From: Mark Szymanski Date: Sun, 5 Dec 2010 22:03:33 +0000 (-0600) Subject: Added more colors to 'modern' theme X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=0a67e549cbdc5877c5f0ca39b7cde1e7f1f5447e;p=common%2Fbash_it.git Added more colors to 'modern' theme --- 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 }