diff options
author | uvok cheetah | 2024-05-28 19:45:54 +0200 |
---|---|---|
committer | uvok cheetah | 2024-05-30 11:01:23 +0200 |
commit | 4447a2d339ea2dadf7ec201eeddb65837adbc5ee (patch) | |
tree | 8bf19d08f181614cd31726b54dc82b4797779493 | |
parent | 4546c428642619896e0ed7646d91eb129cc8a701 (diff) |
Search properly for color-ls
-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'" |