summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
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 ()