mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Adds chruby_prompt_info dummy function.
This commit is contained in:
parent
a7804cda65
commit
15c64fedb5
1 changed files with 4 additions and 0 deletions
4
lib/chruby.zsh
Normal file
4
lib/chruby.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# using the chruby plugin will override this with a real implementation
|
||||
function chruby_prompt_info() {
|
||||
return 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue