Fix bash prompt spacing issues

- added many \[ \] pairs to fix spacing issues
s2svpn
jowj 5 years ago
parent 4d826e8987
commit f834f68da9

@ -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

Loading…
Cancel
Save