mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Whoops, this was supposed to be in the last commit!
This commit is contained in:
parent
277057cb63
commit
9406ae7929
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue