Well, that's embarassing...
pull/1572/head
elProxy 3 years ago committed by GitHub
parent 277ff8b414
commit 379b97e4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1168,8 +1168,8 @@ prompt_aws() {
fi fi
done done
if [[ -n ${AWS_REGION:-AWS_DEFAULT_REGION} ]]; then if [[ -n ${AWS_REGION:-$AWS_DEFAULT_REGION} ]]; then
typeset -g P9K_AWS_REGION=${AWS_REGION:-AWS_DEFAULT_REGION} typeset -g P9K_AWS_REGION=${AWS_REGION:-$AWS_DEFAULT_REGION}
else else
local cfg=${AWS_CONFIG_FILE:-~/.aws/config} local cfg=${AWS_CONFIG_FILE:-~/.aws/config}
if ! _p9k_cache_stat_get $0 $cfg; then if ! _p9k_cache_stat_get $0 $cfg; then

Loading…
Cancel
Save