Browse code

Merge pull request #553 from benlumley/master

Improvement to gallois theme

Robby Russell authored on 15/12/2011 at 05:48:27
Showing 1 changed files
... ...
@@ -14,6 +14,8 @@ git_custom_status() {
14 14
 #RVM and git settings
15 15
 if [[ -s ~/.rvm/scripts/rvm ]] ; then 
16 16
   RPS1='$(git_custom_status)%{$fg[red]%}[`~/.rvm/bin/rvm-prompt`]%{$reset_color%} $EPS1'
17
+else
18
+  RPS1='$(git_custom_status) $EPS1'
17 19
 fi
18 20
 
19 21
 PROMPT='%{$fg[cyan]%}[%~% ]%(?.%{$fg[green]%}.%{$fg[red]%})%B$%b '