@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
{{ ansible_header | comment }}
|
||||
|
||||
# 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)"
|
||||
|
Reference in New Issue
Block a user