diff --git a/zsh/prezto-themes/prompt_kylewest_setup b/zsh/prezto-themes/prompt_kylewest_setup index b924ff8..4d397d1 100644 --- a/zsh/prezto-themes/prompt_kylewest_setup +++ b/zsh/prezto-themes/prompt_kylewest_setup @@ -50,7 +50,7 @@ function prompt_kylewest_setup { # prompts PROMPT='%F{cyan}%c%f ${git_info[prompt]}${editor_info[keymap]} ' - RPROMPT="%F{blue}"'${ruby_info[version]}' + RPROMPT='%F{blue}${ruby_info[version]}' } prompt_kylewest_setup "$@"