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
"vscode:/vscode.git/clone" did not exist on "f0922006aba68e485480a81d83ba53b201270a69"
Commit
5f9cc016
authored
Apr 09, 2019
by
programmer04
Browse files
Fix redundant export of RPROMPT in aws plugin
parent
63291f4f
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/aws/aws.plugin.zsh
View file @
5f9cc016
...
@@ -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
...
...
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