diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/chruby.zsh | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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 +} | 
