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
5770ad51
Commit
5770ad51
authored
Jun 09, 2015
by
Werner Buck
Browse files
Set AWS_PROFILE and use existing RPROMPT
parent
4224c2a1
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/aws/aws.plugin.zsh
View file @
5770ad51
...
@@ -13,7 +13,8 @@ function agp {
...
@@ -13,7 +13,8 @@ function agp {
}
}
function
asp
{
function
asp
{
export
AWS_DEFAULT_PROFILE
=
$1
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
{
function
aws_profiles
{
reply
=(
$(
grep
profile
$AWS_HOME
/config|sed
-e
's/.*profile \([a-zA-Z0-9_-]*\).*/\1/'
)
)
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