diff --git a/.bash_profile b/.bash_profile index 27b509d..8ae473c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,7 +6,7 @@ # # 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. export CLICOLOR=1