Fix redundant export of RPROMPT in aws plugin

master
programmer04 7 years ago
parent 63291f4fcc
commit 5f9cc016d7
  1. 2
      plugins/aws/aws.plugin.zsh

@ -44,7 +44,7 @@ function aws_prompt_info() {
}
if [ "$SHOW_AWS_PROMPT" != false ]; then
export RPROMPT='$(aws_prompt_info)'"$RPROMPT"
RPROMPT='$(aws_prompt_info)'"$RPROMPT"
fi

Loading…
Cancel
Save