summaryrefslogtreecommitdiff
path: root/themes/fishy.zsh-theme
diff options
context:
space:
mode:
authorprogrammer04 <jakub.warczarek@gmail.com>2019-04-08 22:08:37 +0200
committerprogrammer04 <jakub.warczarek@gmail.com>2019-04-08 22:08:37 +0200
commit53d6a692d14a035d03765e72c7c9425bba1b3972 (patch)
tree3625238d6afff26b6e52940ceb6f8312456b6bc2 /themes/fishy.zsh-theme
parent482587ccc16da0a399f3f91ef4d29def8d22a441 (diff)
downloadzsh-53d6a692d14a035d03765e72c7c9425bba1b3972.tar.gz
zsh-53d6a692d14a035d03765e72c7c9425bba1b3972.tar.bz2
zsh-53d6a692d14a035d03765e72c7c9425bba1b3972.zip
Fix showing aws prompt for theme fishy (append RPROMPT instead of overwrite)
Diffstat (limited to 'themes/fishy.zsh-theme')
-rw-r--r--themes/fishy.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fishy.zsh-theme b/themes/fishy.zsh-theme
index 83bd455b5..00a60f45b 100644
--- a/themes/fishy.zsh-theme
+++ b/themes/fishy.zsh-theme
@@ -14,7 +14,7 @@ PROMPT='%n@%m %{$fg[$user_color]%}$(_fishy_collapsed_wd)%{$reset_color%}%(!.#.>)
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
local return_status="%{$fg_bold[red]%}%(?..%?)%{$reset_color%}"
-RPROMPT='${return_status}$(git_prompt_info)$(git_prompt_status)%{$reset_color%}'
+RPROMPT="${RPROMPT}"'${return_status}$(git_prompt_info)$(git_prompt_status)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" "
ZSH_THEME_GIT_PROMPT_SUFFIX=""