diff options
-rw-r--r-- | root_ls_color.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root_ls_color.yml b/root_ls_color.yml index f554888..c71e139 100644 --- a/root_ls_color.yml +++ b/root_ls_color.yml @@ -7,5 +7,5 @@ lineinfile: path: ~/.bashrc state: present - search_string: "alias ls='ls --color=auto'" + search_string: "alias ls" line: "alias ls='ls -F --color=auto'" |