From 1fea02dffb0fd0af0000e88235abd0d1281439b4 Mon Sep 17 00:00:00 2001 From: acrain Date: Wed, 18 Jun 2014 15:40:21 -0400 Subject: [PATCH] changed command color, cleaned up --- themes/ogunquit/ogunquit.theme.bash | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/ogunquit/ogunquit.theme.bash b/themes/ogunquit/ogunquit.theme.bash index 5e9ab11f..f8c546ca 100644 --- a/themes/ogunquit/ogunquit.theme.bash +++ b/themes/ogunquit/ogunquit.theme.bash @@ -20,14 +20,12 @@ VIRTUALENV_THEME_PROMPT_PREFIX='[@env: ' VIRTUALENV_THEME_PROMPT_SUFFIX='] ' function prompt_command() { - PS1="\n${yellow}$(virtualenv_prompt)${purple}\h ${reset_color}in ${green}\w\n${bold_cyan}$(scm_char)${green}$(scm_prompt_info) ${green}→${reset_color} \[$(tput setaf 4)\]" + PS1="\n${yellow}$(virtualenv_prompt)${purple}\h ${reset_color}in ${green}\w\n${bold_cyan}$(scm_char)${green}$(scm_prompt_info) ${green}→${reset_color} ${blue}" } PROMPT_COMMAND=prompt_command; -NOCOLOR="$(tput sgr0)" function preexec () { tput sgr0 - #echo -ne "${NOCOLOR}" } preexec_install