Merge pull request #5094 from pzgull/add-rbenv-to-avit-theme
Add rbenv support for ruby version display in the Avit theme
This commit is contained in:
commit
de427f32b3
@ -41,6 +41,8 @@ function _vi_status() {
|
|||||||
function _ruby_version() {
|
function _ruby_version() {
|
||||||
if {echo $fpath | grep -q "plugins/rvm"}; then
|
if {echo $fpath | grep -q "plugins/rvm"}; then
|
||||||
echo "%{$fg[grey]%}$(rvm_prompt_info)%{$reset_color%}"
|
echo "%{$fg[grey]%}$(rvm_prompt_info)%{$reset_color%}"
|
||||||
|
elif {echo $fpath | grep -q "plugins/rbenv"}; then
|
||||||
|
echo "%{$fg[grey]%}$(rbenv_prompt_info)%{$reset_color%}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user