1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-08-16 10:29:50 +02:00

Improve missing variable

This commit is contained in:
L3D 2024-04-06 20:19:32 +02:00
parent 199e9476aa
commit 7966fbb3dd
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -7,7 +7,7 @@
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
{% for alias in dotfiles__aliases %}
{% for alias in l3d_users__dotfiles__aliases %}
{% if alias.color %}
alias {{ alias.alias }}="{{ alias.command }} --color=auto"
{% endif %}