Fix spacing issues in bash prompt.

- missed a spot previously that needed to be space escaped.
This commit is contained in:
jowj 2019-05-30 13:29:01 -05:00
parent f834f68da9
commit 044e20c27a

View File

@ -65,7 +65,7 @@ if [ -x /usr/bin/dircolors ]; then
fi
# this looks like garbage but its just color initation and termination
export PS1=\["\t \e[34m\]ǰ \[\e[91m\]☭\[\e[0m"\
export PS1="\t \[\e[34m\]ǰ \[\e[91m\]☭\[\e[0m\] "
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced