lib/plugins/git/git.plugin.zsh in zsh_dots-0.6.3 vs lib/plugins/git/git.plugin.zsh in zsh_dots-0.6.5
- old
+ new
@@ -7,10 +7,12 @@
compdef _git gl=git-pull
alias gur='git pull --rebase'
compdef _git gl=git-pull
alias gp='git push'
compdef _git gp=git-push
-alias gpf='git push tubbo'
+alias gpf="git push `git config github.user`"
+compdef _git gpf=git-push
+alias gph="git push heroku"
compdef _git gpf=git-push
gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff
alias gco='git checkout'
compdef _git gco=git-checkout