mirror of https://github.com/ohmyzsh/ohmyzsh.git
Fix redundant export of RPROMPT in aws plugin
parent
63291f4fcc
commit
5f9cc016d7
|
@ -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…
Reference in New Issue