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

This commit is contained in:
Dominik Ritter 2015-12-15 00:57:24 +01:00
parent 1194826ef4
commit e505c0698e

View file

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