diff --git a/lib/chruby.zsh b/lib/chruby.zsh new file mode 100644 index 00000000..b78d04f8 --- /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 +}