...
|
...
|
@@ -1,3 +1,9 @@
|
|
1
|
+# hub alias from defunkt
|
|
2
|
+# https://github.com/defunkt/hub
|
|
3
|
+if which hub > /dev/null; then
|
|
4
|
+ eval $(hub alias -s zsh)
|
|
5
|
+fi
|
|
6
|
+
|
1
|
7
|
# add github completion function to path
|
2
|
8
|
fpath=($ZSH/plugins/github $fpath)
|
3
|
9
|
autoload -U compinit
|