Browse Source

add default rbenv_prompt_info implementation to close #878

Brent Faulkner 13 years ago
parent
commit
fbf5b0ecb6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/rbenv.zsh

+ 2 - 0
lib/rbenv.zsh

@@ -0,0 +1,2 @@
+# using the rbenv plugin will override this with a real implementation
+function rbenv_prompt_info() {}