Update ghostty theme/window, ref docs, git, minor other things

This commit is contained in:
2025-09-29 23:35:53 -05:00
parent b17b011958
commit ea8e3e54db
11 changed files with 97 additions and 29 deletions

View File

@@ -8,10 +8,11 @@ alias login-aws-id-list="grep sso_account_id $HOME/.aws/config"
# git stuff
alias gfo='git fetch origin'
alias git-push-to-temp='git branch -D temp; git checkout -b temp; git push origin temp -uf; git checkout -'
alias gpdev='git-push-to-temp'
alias gfl='git fetch origin; git log'
alias gpo='git pull origin'
git config --global user.email "$EMAIL_PERSONAL_DEV" # TODO: maybe fit this into system-type filters?
alias gst='git status'
alias git-push-to-temp='git branch -D temp; git checkout -b temp; git push origin temp -uf; git checkout -'
alias gptemp='git-push-to-temp'
# code/test/linter run and build commands
alias bel='bundle exec standardrb'