mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
parent
277ff8b414
commit
379b97e4e7
1 changed files with 2 additions and 2 deletions
|
@ -1168,8 +1168,8 @@ prompt_aws() {
|
|||
fi
|
||||
done
|
||||
|
||||
if [[ -n ${AWS_REGION:-AWS_DEFAULT_REGION} ]]; then
|
||||
typeset -g P9K_AWS_REGION=${AWS_REGION:-AWS_DEFAULT_REGION}
|
||||
if [[ -n ${AWS_REGION:-$AWS_DEFAULT_REGION} ]]; then
|
||||
typeset -g P9K_AWS_REGION=${AWS_REGION:-$AWS_DEFAULT_REGION}
|
||||
else
|
||||
local cfg=${AWS_CONFIG_FILE:-~/.aws/config}
|
||||
if ! _p9k_cache_stat_get $0 $cfg; then
|
||||
|
|
Loading…
Reference in a new issue