remove explicit source
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
4a0c429e8c
commit
29f582d69b
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ BLACK='\[\e[30m\]'
|
||||||
RESET='\[\e[0m\]'
|
RESET='\[\e[0m\]'
|
||||||
ORANGE='\[\e[0;33m\]'
|
ORANGE='\[\e[0;33m\]'
|
||||||
# git-symbole: * unstaged, + staged, $ stashed, % untracked
|
# git-symbole: * unstaged, + staged, $ stashed, % untracked
|
||||||
source /usr/lib/git-core/git-sh-prompt
|
|
||||||
export GIT_PS1_SHOWUNTRACKEDFILES=1
|
export GIT_PS1_SHOWUNTRACKEDFILES=1
|
||||||
export GIT_PS1_SHOWDIRTYSTATE=1
|
export GIT_PS1_SHOWDIRTYSTATE=1
|
||||||
export GIT_PS1_SHOWSTASHSTATE=1
|
export GIT_PS1_SHOWSTASHSTATE=1
|
||||||
|
|
Loading…
Reference in a new issue