From 0b07964c2fcef274e4f5948eada0657e1f28125d Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 4 Feb 2017 16:48:18 +0100 Subject: [PATCH] [bash] clean up git prompt remains --- bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bashrc b/bashrc index edd8cac..ef8781a 100644 --- a/bashrc +++ b/bashrc @@ -45,10 +45,7 @@ do shopt -s "$option" 2> /dev/null done -# Add git command completion and prompt -export GIT_PS1_SHOWDIRTYSTATE=1 # show unstaged (*) and staged (+) -export GIT_PS1_SHOWSTASHSTATE=1 # show $ if something is stashed -export GIT_PS1_SHOWUNTRACKEDFILES=1 # show % if something is untracked +# Add git command completion source git-completion.bash # combined mkdir and cd