From beead9be2164e537e23302f4d6af1464cea402c7 Mon Sep 17 00:00:00 2001 From: clint Date: Fri, 28 Feb 2025 09:08:46 -0600 Subject: [PATCH] space --- bashrc/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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