Skip to content

Commit

Permalink
Dirx flag completions hid --no-color by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Jul 18, 2024
1 parent 123baec commit da3c878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/dirx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit da3c878

Please sign in to comment.