Browse Source

Returns false when rbenv is not found.

LFDM 11 years ago
parent
commit
ae6ded5ad7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lib/rbenv.zsh

+ 3 - 1
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
+}