From f834f68da992d4017afcf02ccf1e910c5345b12a Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 30 May 2019 11:21:34 -0500 Subject: [PATCH] Fix bash prompt spacing issues - added many \[ \] pairs to fix spacing issues --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3d58717..29ba93b 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