Browse code

Whoops, this was supposed to be in the last commit!

Theodore Robert Campbell Jr authored on 04/03/2011 at 02:38:56
Showing 1 changed files
... ...
@@ -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