浏览代码

add default rbenv_prompt_info implementation to close #878

Brent Faulkner 13 年之前
父节点
当前提交
fbf5b0ecb6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/rbenv.zsh

+ 2 - 0
lib/rbenv.zsh

@@ -0,0 +1,2 @@
+# using the rbenv plugin will override this with a real implementation
+function rbenv_prompt_info() {}