mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-01-03 15:26:48 +00:00
Typo
This commit is contained in:
parent
f89eb82987
commit
088fae93f2
@ -27,7 +27,7 @@ function current_branch() {
|
|||||||
echo ${ref#refs/heads/}
|
echo ${ref#refs/heads/}
|
||||||
}
|
}
|
||||||
|
|
||||||
# these aliases take advangate of the previous function
|
# these aliases take advantage of the previous function
|
||||||
alias ggpull='git pull origin $(current_branch)'
|
alias ggpull='git pull origin $(current_branch)'
|
||||||
alias ggpush='git push origin $(current_branch)'
|
alias ggpush='git push origin $(current_branch)'
|
||||||
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
||||||
|
Loading…
Reference in New Issue
Block a user