From 4d54b5f61d4e60484a42cb19850eff687ab79bc2 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 28 Aug 2014 15:21:22 -0700 Subject: [PATCH] Clean PS1 --- assets/default/dotfiles/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/default/dotfiles/bash_profile b/assets/default/dotfiles/bash_profile index e5198c4..2a5948b 100644 --- a/assets/default/dotfiles/bash_profile +++ b/assets/default/dotfiles/bash_profile @@ -52,7 +52,7 @@ GREEN="\[\033[0;32m\]" ENDCOLOR="\[\e[0m\]" # New prompt format -PS1="\h \W$YELLOW\$(parse_git_branch)$ENDCOLOR$GREEN\$(parse_atf_target)$ENDCOLOR$GREEN\$(parse_force_target)$ENDCOLOR\$ " +PS1="\h \W$YELLOW\$(parse_git_branch)$ENDCOLOR$GREEN\$(parse_atf_target)\$(parse_force_target)$ENDCOLOR\$ " # Prompt Title export PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~}\007"'