Added the "visual identifier" concept to the `aws` segment.

pull/22/head
Dominik Ritter 9 years ago
parent 1194826ef4
commit e505c0698e

@ -251,7 +251,7 @@ prompt_aws() {
local aws_profile="$AWS_DEFAULT_PROFILE"
if [[ -n "$aws_profile" ]];
then
"$1_prompt_segment" "$0" red white "$(print_icon 'AWS_ICON') $aws_profile"
"$1_prompt_segment" "$0" red white "$aws_profile" 'AWS_ICON'
fi
}

Loading…
Cancel
Save