From 497a06815278802ba98b0e62558f591d8e957593 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 11 Nov 2016 09:49:00 -0600 Subject: [PATCH] Fix prompt for wrapping commands. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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