Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
5f9cc016
Commit
5f9cc016
authored
Apr 09, 2019
by
programmer04
Browse files
Fix redundant export of RPROMPT in aws plugin
parent
63291f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/aws/aws.plugin.zsh
View file @
5f9cc016
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment