Browse code

nog/nogit disable git auto completion

Nicolas Viennot authored on 28/09/2011 at 20:21:21
Showing 1 changed files
... ...
@@ -75,6 +75,7 @@ if [[ -x `which hitch` ]]; then
75 75
 	hitch
76 76
 fi
77 77
 
78
-alias nogit="disable_git_prompt_info"
78
+alias nogit="disable_git_prompt_info; compdef -d git"
79
+alias nog="nogit"
79 80
 
80 81
 PATH=~/bin/:~/node_modules/.bin/:$PATH