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

update template

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

View file

@ -14,7 +14,7 @@ export PATH
# 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 %}