1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Changed AWS icon

This commit is contained in:
2021-12-15 11:24:02 +01:00
parent e9c8d01fe9
commit f89f77715c

View File

@ -135,7 +135,7 @@ prompt_mypure_set_aws() {
if [[ "$AWS_PROFILE" =~ "$_aws_prod_profile" ]]; then
prompt_mypure_aws_prod=1
fi
prompt_mypure_aws="/$AWS_PROFILE/"
prompt_mypure_aws="$AWS_PROFILE"
fi
}