1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-12 17:29:32 +00:00
Files
ohmyzsh-mirror/lib/chruby.zsh
2013-12-31 01:44:51 +01:00

5 lines
117 B
Bash

# using the chruby plugin will override this with a real implementation
function chruby_prompt_info() {
return 1
}