nu: gp pgh alias

ideally would be an abbreviation like fish but nu doesn't have that
This commit is contained in:
dogeystamp 2024-07-31 15:00:19 -04:00
parent 6fc13b84e5
commit 94a357c662
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -4,7 +4,9 @@
alias gs = git status
alias gp = git push
alias pgh = git push gh
def `gp pgh` [] {
git push; git push gh
}
alias ga = git add
alias gc = git commit
alias gcs = git commit -S