[bash] clean up git prompt remains

This commit is contained in:
Fernando Schauenburg 2017-02-04 16:48:18 +01:00
parent 2cb7e0fb1e
commit 0b07964c2f

5
bashrc
View file

@ -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