Browse code

no need for an extra fork

Theodore Robert Campbell Jr authored on 02/03/2011 at 02:34:25
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 # hub alias from defunkt
2 2
 # https://github.com/defunkt/hub
3 3
 if [ $( which hub > /dev/null 2>&1 ; echo -n $? ) -lt 1 ]; then
4
-    eval $( hub alias -s $( ps -o comm= -p $$ ) )
4
+    eval $( hub alias -s zsh )
5 5
 fi