yazi: use url instead of name in the catch-all filetype rule

This commit is contained in:
rope 2026-08-19 20:13:30 +01:00
parent 4e3d96256a
commit d9b0d7ae10

View file

@ -123,7 +123,7 @@ in
{ mime = "application/zip"; fg = "magenta"; }
{ mime = "application/gzip"; fg = "magenta"; }
{ mime = "inode/directory"; fg = accent; bold = true; }
{ name = "*"; fg = "reset"; }
{ url = "*"; fg = "reset"; }
];
};
};