0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Whoops, this was supposed to be in the last commit!

This commit is contained in:
Theodore Robert Campbell Jr 2011-03-03 21:38:56 -05:00 committed by Robby Russell
parent 277057cb63
commit 9406ae7929

View file

@ -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