...
|
...
|
@@ -1,8 +1,8 @@
|
1
|
1
|
# ZSH Theme - Preview: http://gyazo.com/8becc8a7ed5ab54a0262a470555c3eed.png
|
2
|
2
|
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
3
|
3
|
|
4
|
|
-PROMPT='%{$fg[green]%}%~%{$reset_color%} $(git_prompt_info)%{$reset_color%}%B$%b '
|
|
4
|
+PROMPT='%{$fg[green]%}%~%{$reset_color%} %{$fg[red]%}‹$(~/.rvm/bin/rvm-prompt i v)› %{$reset_color%} $(git_prompt_info)%{$reset_color%}%B$%b '
|
5
|
5
|
RPS1="${return_code}"
|
6
|
6
|
|
7
|
7
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
8
|
|
-ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|
9
|
8
|
\ No newline at end of file
|
|
9
|
+ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|