fish: add git add abbreviation

This commit is contained in:
dogeystamp 2023-05-06 17:32:20 -04:00
parent 2aa28fb2be
commit f9d5bc7764
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -45,6 +45,7 @@ end
abbr -a -- gs git status
abbr -a -- gl git log
abbr -a -- gc git commit -S
abbr -a -- ga git add
abbr -a -- gca git commit -aS
abbr -a -- gp git push
abbr -a --position anywhere -- gh "&& git push gh"