mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
Merge 1d12cfa9b8 into 0222e77497
This commit is contained in:
commit
998c1b67fd
1 changed files with 2 additions and 1 deletions
|
|
@ -13,8 +13,9 @@ function agp {
|
||||||
|
|
||||||
}
|
}
|
||||||
function asp {
|
function asp {
|
||||||
|
export AWS_PROFILE=$1
|
||||||
export AWS_DEFAULT_PROFILE=$1
|
export AWS_DEFAULT_PROFILE=$1
|
||||||
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>"
|
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>"
|
||||||
|
|
||||||
}
|
}
|
||||||
function aws_profiles {
|
function aws_profiles {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue