1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 15:50:27 +00:00

changes recommended by blueyed

This commit is contained in:
Theodore Robert Campbell Jr 2011-03-19 10:29:22 -04:00
parent 7380c1b783
commit 4a46f72bb4

View File

@ -1,7 +1,8 @@
# hub alias from defunkt
# https://github.com/defunkt/hub
if which hub > /dev/null; then
eval $(hub alias -s zsh)
if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
fi
# add github completion function to path