mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Fix redundant export of RPROMPT in aws plugin
This commit is contained in:
parent
63291f4fcc
commit
5f9cc016d7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function aws_prompt_info() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$SHOW_AWS_PROMPT" != false ]; then
|
if [ "$SHOW_AWS_PROMPT" != false ]; then
|
||||||
export RPROMPT='$(aws_prompt_info)'"$RPROMPT"
|
RPROMPT='$(aws_prompt_info)'"$RPROMPT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue