Skip to content

Commit

Permalink
Added comment to 'modern' theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Szymanski committed Dec 17, 2010
1 parent aceb959 commit 7c13d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/modern/modern.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ modern_scm_prompt() {
prompt() {
if [ $? -ne 0 ]
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}]
${bold_red}└─▪${normal} "
else
Expand Down

0 comments on commit 7c13d46

Please sign in to comment.