From d0044a7678b6ea3a52dd027b95837ddf87a91a14 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 16 Feb 2014 19:42:28 -0600 Subject: [PATCH] Changed prompt. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 8385306..4080fa9 100644 --- a/.bash_profile +++ b/.bash_profile @@ -54,7 +54,7 @@ alias ls='ls -p' # set 1337 h4x0r looking shell prompt #PS1="\w > " -PS1='\[\e[1;32m\][\u@\h \w] \$\[\e[0m\] ' +PS1='\[\e[1;32m\][\u@\h \w]\$\[\e[0m\] ' [[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator