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
04c301bb
Commit
04c301bb
authored
Jun 14, 2015
by
Robby Russell
Browse files
Merge pull request #3975 from wernerb/patch-1
Set AWS_PROFILE and use existing RPROMPT
parents
a1e722d4
5770ad51
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/aws/aws.plugin.zsh
View file @
04c301bb
...
...
@@ -13,7 +13,8 @@ function agp {
}
function
asp
{
export
AWS_DEFAULT_PROFILE
=
$1
export
RPROMPT
=
"<aws:
$AWS_DEFAULT_PROFILE
>"
export
AWS_PROFILE
=
$1
export
RPROMPT
=
"<aws:
$AWS_DEFAULT_PROFILE
>
$RPROMPT
"
}
function
aws_profiles
{
reply
=(
$(
grep
profile
$AWS_HOME
/config|sed
-e
's/.*profile \([a-zA-Z0-9_-]*\).*/\1/'
)
)
...
...
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