mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-11 10:49:51 +00:00
Returns false when rbenv is not found.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user