1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Adds chruby_prompt_info dummy function.

This commit is contained in:
LFDM 2013-12-31 01:44:51 +01:00
parent ae6ded5ad7
commit 7aa766168c

4
lib/chruby.zsh Normal file
View file

@ -0,0 +1,4 @@
# using the chruby plugin will override this with a real implementation
function chruby_prompt_info() {
return 1
}