1
0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-12-12 19:18:28 +02:00

Merge branch 'master' into next

This commit is contained in:
Ben Hilburn 2017-11-10 10:33:37 -05:00
commit 9d59daf18d

View File

@ -287,7 +287,7 @@ prompt_anaconda() {
# AWS Profile
prompt_aws() {
local aws_profile="$AWS_DEFAULT_PROFILE"
local aws_profile="${AWS_PROFILE:-$AWS_DEFAULT_PROFILE}"
if [[ -n "$aws_profile" ]]; then
"$1_prompt_segment" "$0" "$2" red white "$aws_profile" 'AWS_ICON'