mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 20:30:09 +00:00
Returns false when rbenv is not found.
This commit is contained in:
parent
468b24a8d5
commit
ae6ded5ad7
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
# using the rbenv plugin will override this with a real implementation
|
||||
function rbenv_prompt_info() {}
|
||||
function rbenv_prompt_info() {
|
||||
return 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue