Commit c6aacf61 authored by LFDM's avatar LFDM
Browse files

Refactors ruby_prompts.zsh

parent 8a887c50
...@@ -7,13 +7,9 @@ function rvm_prompt_info() { ...@@ -7,13 +7,9 @@ function rvm_prompt_info() {
echo "${ZSH_THEME_RVM_PROMPT_PREFIX:=(}${rvm_prompt}${ZSH_THEME_RVM_PROMPT_SUFFIX:=)}" echo "${ZSH_THEME_RVM_PROMPT_PREFIX:=(}${rvm_prompt}${ZSH_THEME_RVM_PROMPT_SUFFIX:=)}"
} }
# using the rbenv plugin will override this with a real implementation # using the chruby and/or rbenv plugins will override
function rbenv_prompt_info() { # these with real implementations
return 1 function chruby_prompt_info rbenv_prompt_info {
}
# using the chruby plugin will override this with a real implementation
function chruby_prompt_info() {
return 1 return 1
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment