Adjust workspace use and related aerospace configs; minor other changes

This commit is contained in:
2025-10-08 13:58:18 -05:00
parent 05ab1fb1b1
commit 158b6a285d
14 changed files with 85 additions and 237 deletions

View File

@@ -10,6 +10,7 @@ alias login-aws-id-list="grep sso_account_id $HOME/.aws/config"
alias gfo='git fetch origin'
alias gfl='git fetch origin; git log'
alias gpo='git pull origin'
alias gppo='git push origin'
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'