mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Refactors ruby_prompts.zsh
This commit is contained in:
parent
8a887c5052
commit
c6aacf611d
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue