Fix prompt for wrapping commands.

This commit is contained in:
Jeff Geerling
2016-11-11 09:49:00 -06:00
parent c49ff58e43
commit 497a068152
+1 -1
View File
@@ -6,7 +6,7 @@
# #
# Nicer prompt. # Nicer prompt.
export PS1="\e[0;32m\] \e[1m\]\t \e[0;2m\]\w \e[0m\]$ " export PS1="\[\e[0;32m\]\]\[\] \[\e[1;32m\]\]\t \[\e[0;2m\]\]\w \[\e[0m\]\]\[$\] "
# Use colors. # Use colors.
export CLICOLOR=1 export CLICOLOR=1