mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01: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