Returns false when rbenv is not found.

master
LFDM 12 years ago
parent 468b24a8d5
commit ae6ded5ad7
  1. 4
      lib/rbenv.zsh

@ -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…
Cancel
Save