diff options
Diffstat (limited to 'lib/chruby.zsh')
-rw-r--r-- | lib/chruby.zsh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chruby.zsh b/lib/chruby.zsh deleted file mode 100644 index b78d04f86..000000000 --- a/lib/chruby.zsh +++ /dev/null @@ -1,4 +0,0 @@ -# using the chruby plugin will override this with a real implementation -function chruby_prompt_info() { - return 1 -} |