From 0a67e549cbdc5877c5f0ca39b7cde1e7f1f5447e Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Sun, 5 Dec 2010 16:03:33 -0600 Subject: [PATCH] Added more colors to 'modern' theme --- themes/modern/modern.theme.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/modern/modern.theme.bash b/themes/modern/modern.theme.bash index 8ba8715..2d0948f 100644 --- a/themes/modern/modern.theme.bash +++ b/themes/modern/modern.theme.bash @@ -20,10 +20,10 @@ modern_scm_prompt() { prompt() { if [ $? -ne 0 ] then - PS1="${bold_red}┌─${reset_color}$(modern_scm_prompt)[\W] + PS1="${bold_red}┌─${reset_color}$(modern_scm_prompt)[${cyan}\W${normal}] ${bold_red}└─▪${normal} " else - PS1="┌─$(modern_scm_prompt)[\W] + PS1="┌─$(modern_scm_prompt)[${cyan}\W${normal}] └─▪ " fi } -- 2.17.1