1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00: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() {}