summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2014-09-01 13:02:12 +0200
committerRobby Russell <robby@planetargon.com>2014-09-01 13:02:12 +0200
commiteca6dca2a1498e9f9c650e0133206ae4e2991ba3 (patch)
tree2fc57275863d8596ddb5e7efa125c1223eb0191f /themes
parent003f3677dbad8655efa3226e98e49d8e798b4621 (diff)
parent2b83accbf8d8668f4b46e449087317dc90a43873 (diff)
downloadzsh-eca6dca2a1498e9f9c650e0133206ae4e2991ba3.tar.gz
zsh-eca6dca2a1498e9f9c650e0133206ae4e2991ba3.tar.bz2
zsh-eca6dca2a1498e9f9c650e0133206ae4e2991ba3.zip
Merge pull request #3071 from halilim/patch-4
Use the library function for ruby prompt
Diffstat (limited to 'themes')
-rw-r--r--themes/half-life.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/half-life.zsh-theme b/themes/half-life.zsh-theme
index 1bf4c7432..942affa94 100644
--- a/themes/half-life.zsh-theme
+++ b/themes/half-life.zsh-theme
@@ -95,4 +95,4 @@ function steeef_precmd {
}
add-zsh-hook precmd steeef_precmd
-PROMPT=$'%{$purple%}%n%{$reset_color%} in %{$limegreen%}%~%{$reset_color%}$(rvm-prompt " with%{$fg[red]%} " v g "%{$reset_color%}")$vcs_info_msg_0_%{$orange%} λ%{$reset_color%} '
+PROMPT=$'%{$purple%}%n%{$reset_color%} in %{$limegreen%}%~%{$reset_color%}$(ruby_prompt_info " with%{$fg[red]%} " v g "%{$reset_color%}")$vcs_info_msg_0_%{$orange%} λ%{$reset_color%} '