mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
Adds chruby_prompt_info dummy function.
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user