1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Returns false when rbenv is not found.

This commit is contained in:
LFDM 2013-12-31 01:15:35 +01:00
parent 468b24a8d5
commit ae6ded5ad7

View file

@ -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
}