From 56f2fd9c0446a2a77322ed0270ac9d8778a1d489 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 1 Aug 2013 15:15:28 +0200 Subject: [Git] Better ahead/behind/diverged managment --- 12_Prompts.zsh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '12_Prompts.zsh') 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 () -- cgit v1.2.3