summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-01 15:15:28 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-01 15:49:20 +0200
commit56f2fd9c0446a2a77322ed0270ac9d8778a1d489 (patch)
tree3ff4a5b260a24ef0f77d2b0706a8c636c68a2684 /12_Prompts.zsh
parentabd3b826bedf0bf423da1d778bda53c889e29911 (diff)
[Git] Better ahead/behind/diverged managment
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh14
1 files changed, 7 insertions, 7 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 7374bf2..55b816e 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -41,13 +41,13 @@ chpwd()
__cmd_exists todo && todo
- if ( __cmd_exists git && test -d .git )
- then
- __debug -n " GIT check..."
- # Shows tracked branches and modified files
- git status | sed -n '2{/# Your branch/p;q}'
- __debug
- fi
+ #if ( __cmd_exists git && test -d .git )
+ #then
+ # __debug -n " GIT check..."
+ # # Shows tracked branches and modified files
+ # git status | sed -n '2{/# Your branch/p;q}'
+ # __debug
+ #fi
}
preexec ()