1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-16 19:00:07 +00:00
ohmyzsh/plugins/github/github.plugin.zsh
2011-04-12 10:24:53 +02:00

10 lines
231 B
Bash

# 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
compinit -i