mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
New ENV variable which prevents modification of RPROMPT
This commit is contained in:
parent
f3fa41834d
commit
0585446c11
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function asp {
|
||||||
export AWS_DEFAULT_PROFILE=$1
|
export AWS_DEFAULT_PROFILE=$1
|
||||||
export AWS_PROFILE=$1
|
export AWS_PROFILE=$1
|
||||||
|
|
||||||
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>$rprompt"
|
[[ ${ZSH_AWS_SKIPRPROMPT} == "true" ]] || export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>$rprompt"
|
||||||
}
|
}
|
||||||
|
|
||||||
function aws_profiles {
|
function aws_profiles {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue