mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
changes recommended by blueyed
This commit is contained in:
parent
9406ae7929
commit
f0922006ab
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue