diff options
author | programmer04 <jakub.warczarek@gmail.com> | 2019-04-08 22:08:37 +0200 |
---|---|---|
committer | programmer04 <jakub.warczarek@gmail.com> | 2019-04-08 22:08:37 +0200 |
commit | 53d6a692d14a035d03765e72c7c9425bba1b3972 (patch) | |
tree | 3625238d6afff26b6e52940ceb6f8312456b6bc2 /plugins/aws | |
parent | 482587ccc16da0a399f3f91ef4d29def8d22a441 (diff) | |
download | zsh-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 'plugins/aws')
-rw-r--r-- | plugins/aws/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/aws/README.md b/plugins/aws/README.md index a52024128..d83c3fafe 100644 --- a/plugins/aws/README.md +++ b/plugins/aws/README.md @@ -24,7 +24,7 @@ plugins=(... aws) ## Plugin options -* Set `SHOW_AWS_PROMPT=false` in your zshrc file if you want to prevent the plugin from modifying your RPROMPT. +* Set `SHOW_AWS_PROMPT=false` in your zshrc file if you want to prevent the plugin from modifying your RPROMPT. Some plugins overwrite the value of RPROMPT instead of appending to it, so they need to be fixed to see a default aws plugin RPROMPT message (for example theme fishy is fixed). ## Theme |