Commit 5f9cc016 authored by programmer04's avatar programmer04
Browse files

Fix redundant export of RPROMPT in aws plugin

parent 63291f4f
...@@ -44,7 +44,7 @@ function aws_prompt_info() { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment