fix starship git hash

This commit is contained in:
Noah Masur
2020-11-23 23:05:02 -05:00
parent 0e849b9f03
commit 732ad7666b
2 changed files with 13 additions and 13 deletions

View File

@ -19,8 +19,8 @@ function aliases --description 'All aliases'
abbr -a gds 'git diff --staged'
abbr -a ga 'git add'
abbr -a gaa 'git add -A'
abbr -a gac 'git commit -am'
abbr -a gc 'git commit -m'
abbr -a gcm 'git commit -am'
abbr -a gca 'git commit --amend'
abbr -a gu 'git pull'
abbr -a gp 'git push'