1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 21:40:27 +00:00
prezto/plugins/github/github.plugin.zsh
Theodore Robert Campbell Jr 4a46f72bb4 changes recommended by blueyed
2011-03-19 10:29:22 -04:00

12 lines
263 B
Bash

# hub alias from defunkt
# https://github.com/defunkt/hub
if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
fi
# add github completion function to path
fpath=($ZSH/plugins/github $fpath)
autoload -U compinit
compinit -i