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:
parent
cb3d40ed17
commit
199e9476aa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export PATH
|
||||||
# enable color support of ls and also add handy aliases
|
# enable color support of ls and also add handy aliases
|
||||||
if [ -x /usr/bin/dircolors ]; then
|
if [ -x /usr/bin/dircolors ]; then
|
||||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
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 %}
|
{% if alias.color %}
|
||||||
alias {{ alias.alias }}="{{ alias.command }} --color=auto"
|
alias {{ alias.alias }}="{{ alias.command }} --color=auto"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue