1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

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

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() {}