This commit is contained in:
clint 2025-02-28 09:08:46 -06:00
parent 95263cc8d6
commit beead9be21
1 changed files with 1 additions and 1 deletions

View File

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