summaryrefslogtreecommitdiff
path: root/themes/peepcode.zsh-theme
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-21 12:36:09 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-21 12:36:09 -0600
commite3a28817b0a7ee5724884d9c132763af4a64182c (patch)
tree094a2e25f2efa94a922750b76643dacba7ace598 /themes/peepcode.zsh-theme
parent2d833d0b20726f58e8776a7158aaa7eca05d5ee9 (diff)
parent973c92cd91d595fde37a4dbd5a6389072654252f (diff)
downloadzsh-e3a28817b0a7ee5724884d9c132763af4a64182c.tar.gz
zsh-e3a28817b0a7ee5724884d9c132763af4a64182c.tar.bz2
zsh-e3a28817b0a7ee5724884d9c132763af4a64182c.zip
merge agnoster theme
Diffstat (limited to 'themes/peepcode.zsh-theme')
-rw-r--r--themes/peepcode.zsh-theme8
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/peepcode.zsh-theme b/themes/peepcode.zsh-theme
index 9dc58294a..b6dfa6870 100644
--- a/themes/peepcode.zsh-theme
+++ b/themes/peepcode.zsh-theme
@@ -41,10 +41,4 @@ PROMPT='
%~
${smiley} %{$reset_color%}'
-if [[ -d ~/.rvm ]] && [[ -e ~/.rvm/bin/rvm-prompt ]]; then
- rvm_prompt='$(~/.rvm/bin/rvm-prompt)'
-else
- rvm_prompt=''
-fi
-
-RPROMPT='%{$fg[white]%} $rvm_prompt$(git_prompt)%{$reset_color%}'
+RPROMPT='%{$fg[white]%} $(ruby_prompt_info)$(git_prompt)%{$reset_color%}'