From 26928287f4152ee54a1a41dabbbb8dd044cfcfef Mon Sep 17 00:00:00 2001 From: Conor Naranjo Date: Mon, 30 Aug 2021 14:20:07 -0500 Subject: [PATCH] Update PS1 to have 1 space of padding before working dir --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 30095f5..3edc188 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -46,7 +46,7 @@ git_color() { echo -e '\033[0;32m' # else green fi } -PS1='\[\w $(git_color)$(git_branch)\033[0;37m\] \$ ' +PS1=' \[\w $(git_color)$(git_branch)\033[0;37m\] \$ ' #PS1='\$ ' export GOPATH=$HOME/go