diff --git a/bashrc/.bashrc b/bashrc/.bashrc index cdbdba9..91b32db 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -20,7 +20,7 @@ GIT_PS1_SHOWUNTRACKEDFILES=true #GIT_PS1_SHOWCOLORHINTS=true GIT_PS1_DESCRIBE_STYLE=branch 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 HISTSIZE=10000