mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix: quote % characters in ruby prompt info functions
This commit is contained in:
parent
59cb231692
commit
9a3d853481
4 changed files with 6 additions and 5 deletions
|
|
@ -45,4 +45,5 @@ function rbfu-rubies() {
|
|||
|
||||
# Public: Create rvm_prompt_info command for themes compatibility, unless
|
||||
# it has already been defined.
|
||||
[ ! -x rvm_prompt_info ] && function rvm_prompt_info() { echo "${RBFU_RUBY_VERSION:=system}" }
|
||||
(( ${+functions[rvm_prompt_info]} )) || \
|
||||
function rvm_prompt_info() { echo "${${RBFU_RUBY_VERSION:=system}:gs/%/%%}" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue