From 4447a2d339ea2dadf7ec201eeddb65837adbc5ee Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 28 May 2024 19:45:54 +0200 Subject: Search properly for color-ls --- root_ls_color.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root_ls_color.yml') 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'" -- cgit v1.2.3