Adds chruby_prompt_info dummy function.

master
LFDM 13 years ago
parent ae6ded5ad7
commit 7aa766168c
  1. 4
      lib/chruby.zsh

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