Browse Source

Adds chruby_prompt_info dummy function.

LFDM 11 years ago
parent
commit
7aa766168c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/chruby.zsh

+ 4 - 0
lib/chruby.zsh

@@ -0,0 +1,4 @@
+# using the chruby plugin will override this with a real implementation
+function chruby_prompt_info() {
+  return 1
+}