space
This commit is contained in:
parent
95263cc8d6
commit
beead9be21
|
@ -20,7 +20,7 @@ GIT_PS1_SHOWUNTRACKEDFILES=true
|
||||||
#GIT_PS1_SHOWCOLORHINTS=true
|
#GIT_PS1_SHOWCOLORHINTS=true
|
||||||
GIT_PS1_DESCRIBE_STYLE=branch
|
GIT_PS1_DESCRIBE_STYLE=branch
|
||||||
source /etc/bash_completion.d/git-prompt.sh
|
source /etc/bash_completion.d/git-prompt.sh
|
||||||
PS1='\[\e[01;32m\]\u@\h\[\e[0m\]:\[\e[01;34m\]\w\[\e[0m\]$(__git_ps1 " (%s)")\[\e[0m\]\$ '
|
PS1='\[\e[01;32m\]\u@\h\[\e[0m\]:\[\e[01;34m\]\w\[\e[0m\]$(__git_ps1 "(%s)")\[\e[0m\]\$ '
|
||||||
|
|
||||||
# History settings: no duplicates, decent size
|
# History settings: no duplicates, decent size
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
|
|
Loading…
Reference in New Issue