nu: gp pgh alias
ideally would be an abbreviation like fish but nu doesn't have that
This commit is contained in:
parent
6fc13b84e5
commit
94a357c662
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user