Added comment to 'modern' theme

pull/36/head
Mark Szymanski 2010-12-17 17:56:43 -06:00
parent aceb959c6b
commit 7c13d46bb1
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ modern_scm_prompt() {
prompt() { prompt() {
if [ $? -ne 0 ] if [ $? -ne 0 ]
then then
# Yes, the indenting on these is weird, but it has to be like
# this otherwise it won't display properly.
PS1="${bold_red}┌─${reset_color}$(modern_scm_prompt)[${cyan}\W${normal}] PS1="${bold_red}┌─${reset_color}$(modern_scm_prompt)[${cyan}\W${normal}]
${bold_red}└─▪${normal} " ${bold_red}└─▪${normal} "
else else