[zsh] drops hub

Seems to fuck up my git auto-complete. Just going to drop hub, I don't
use a ton of what it even offers
This commit is contained in:
Josh Sherman 2016-11-22 16:42:12 -06:00
parent 873cdf743f
commit 3d9b6f509c

View file

@ -32,7 +32,6 @@ bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down bindkey '^[[B' history-substring-search-down
# Git aliases # Git aliases
alias git="hub"
alias gmm="git merge master" alias gmm="git merge master"
alias gmv="git mv" alias gmv="git mv"
alias grm="git rm" alias grm="git rm"