diff --git a/lib/chruby.zsh b/lib/chruby.zsh new file mode 100644 index 000000000..b78d04f86 --- /dev/null +++ b/lib/chruby.zsh @@ -0,0 +1,4 @@ +# using the chruby plugin will override this with a real implementation +function chruby_prompt_info() { + return 1 +}