add default rbenv_prompt_info implementation to close #878

This commit is contained in:
Brent Faulkner 2012-02-06 21:50:17 -05:00
parent 362927003b
commit fbf5b0ecb6
1 changed files with 2 additions and 0 deletions

2
lib/rbenv.zsh Normal file
View File

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