Skip to content

Commit

Permalink
Update PS1 to have 1 space of padding before working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-naranjo committed Aug 30, 2021
1 parent b183e0d commit 2692828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2692828

Please sign in to comment.