Whoops, this was supposed to be in the last commit!
This commit is contained in:
parent
0e423ff988
commit
7380c1b783
@ -1,3 +1,9 @@
|
||||
# hub alias from defunkt
|
||||
# https://github.com/defunkt/hub
|
||||
if which hub > /dev/null; then
|
||||
eval $(hub alias -s zsh)
|
||||
fi
|
||||
|
||||
# add github completion function to path
|
||||
fpath=($ZSH/plugins/github $fpath)
|
||||
autoload -U compinit
|
||||
|
Reference in New Issue
Block a user