diff --git a/.bash_profile b/.bash_profile index c2f3741..c478c42 100644 --- a/.bash_profile +++ b/.bash_profile @@ -40,7 +40,7 @@ c_git_clean='\[\e[0;32m\]' c_git_dirty='\[\e[0;31m\]' # PS1 is the variable for the prompt you see everytime you hit enter -PROMPT_COMMAND='PS1="${c_path}\W${c_reset}$(git_prompt) :> "' +PROMPT_COMMAND=$PROMPT_COMMAND' PS1="${c_path}\W${c_reset}$(git_prompt) :> "' export PS1='\n\[\033[0;31m\]\W\[\033[0m\]$(git_prompt)\[\033[0m\]:> '