diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2007-11-08 14:04:06 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:19 +0100 |
commit | ebb5cd4c8f9d7d841636ed14004265b01a33f66e (patch) | |
tree | 118824d7368b10f4c57d1e0fe04bf76a487e81f6 /11_Prompts.zsh | |
parent | f991b32c245de4aa61b816a1592b04c050ad11eb (diff) |
Git slows toooooo mmmmuuuuuchhhhhh zsh.
Diffstat (limited to '11_Prompts.zsh')
-rw-r--r-- | 11_Prompts.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/11_Prompts.zsh b/11_Prompts.zsh index 5ca1a02..795ffc6 100644 --- a/11_Prompts.zsh +++ b/11_Prompts.zsh @@ -77,7 +77,7 @@ preexec () print -Pn "$C_$COLOR_EXEC$_C" } -GITCHECK=${GITCHECK:-yeah} +#GITCHECK=${GITCHECK:-yeah} #SVNCHECK=${SVNCHECK:-yeah} #unset GITCHECK SVNCHECK |