Returns false when rbenv is not found.
This commit is contained in:
parent
468b24a8d5
commit
ae6ded5ad7
@ -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 New Issue
Block a user