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