mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-06 00:54:27 +08:00
Fix redundant export of RPROMPT in aws plugin
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user