|
@@ -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
|
|
# add github completion function to path
|
|
fpath=($ZSH/plugins/github $fpath)
|
|
fpath=($ZSH/plugins/github $fpath)
|
|
autoload -U compinit
|
|
autoload -U compinit
|