1
0
Fork 0

changes recommended by blueyed

pull/4/head
Theodore Robert Campbell Jr 14 years ago
parent 7380c1b783
commit 4a46f72bb4

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

Loading…
Cancel
Save