From 044e20c27a24a5086d48d9abf7b43e5c3ed5df42 Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 30 May 2019 13:29:01 -0500 Subject: [PATCH] Fix spacing issues in bash prompt. - missed a spot previously that needed to be space escaped. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 29ba93b..b06fa30 100644 --- a/.bashrc +++ b/.bashrc @@ -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