mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix: quote % characters in ruby prompt info functions
This commit is contained in:
@@ -73,7 +73,7 @@ function current_ruby() {
|
||||
}
|
||||
|
||||
function chruby_prompt_info() {
|
||||
echo "$(current_ruby)"
|
||||
echo "${$(current_ruby):gs/%/%%}"
|
||||
}
|
||||
|
||||
# Complete chruby command with installed rubies
|
||||
|
||||
Reference in New Issue
Block a user