diff options
author | Halil Özgür <halil.ozgur@gmail.com> | 2014-09-01 04:14:03 +0300 |
---|---|---|
committer | Halil Özgür <halil.ozgur@gmail.com> | 2014-09-01 04:14:03 +0300 |
commit | 2b83accbf8d8668f4b46e449087317dc90a43873 (patch) | |
tree | 1cf6ddafdc0bb76028d42530c72a0bc2c59d0a20 /themes/half-life.zsh-theme | |
parent | 23bbf3cc2bffb059506b7995e34cd451dc0a947a (diff) | |
download | zsh-2b83accbf8d8668f4b46e449087317dc90a43873.tar.gz zsh-2b83accbf8d8668f4b46e449087317dc90a43873.tar.bz2 zsh-2b83accbf8d8668f4b46e449087317dc90a43873.zip |
Use the library function for ruby prompt
Not everyone uses rvm and the library has already got a function for this.
Diffstat (limited to 'themes/half-life.zsh-theme')
-rw-r--r-- | themes/half-life.zsh-theme | 2 |
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%} ' |