fish: make gh alias pgh

This commit is contained in:
dogeystamp 2023-05-20 13:05:24 -04:00
parent 395f9417fe
commit b0f0f769a4
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -48,7 +48,7 @@ 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"
abbr -a --position anywhere -- pgh "&& git push gh"
# problem solving
# ---------------