1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 23:03:29 +02:00

Fix redundant export of RPROMPT in aws plugin

This commit is contained in:
programmer04
2019-04-09 21:07:42 +02:00
parent 63291f4fcc
commit 5f9cc016d7
+1 -1
View File
@@ -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