From da3c8787f3817013947f67d2b54375b3e9ca9540 Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Thu, 18 Jul 2024 16:38:09 -0700 Subject: [PATCH] Dirx flag completions hid `--no-color` by mistake. --- completions/dirx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/dirx.lua b/completions/dirx.lua index f072d93..53b4262 100644 --- a/completions/dirx.lua +++ b/completions/dirx.lua @@ -135,7 +135,7 @@ local list_of_flags = { { hide_unless="/b -b --bare", "--no-bare" }, { "-c", "Display with colors" }, { "--color" }, - { hide_unless="/c -c --color", "--no-color" }, + { "--no-color" }, { "-g", "Show git file status" }, { "-gg", "Show git repo status" }, { "--git" },