yazi: use url instead of name in the catch-all filetype rule
This commit is contained in:
parent
4e3d96256a
commit
d9b0d7ae10
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ in
|
||||||
{ mime = "application/zip"; fg = "magenta"; }
|
{ mime = "application/zip"; fg = "magenta"; }
|
||||||
{ mime = "application/gzip"; fg = "magenta"; }
|
{ mime = "application/gzip"; fg = "magenta"; }
|
||||||
{ mime = "inode/directory"; fg = accent; bold = true; }
|
{ mime = "inode/directory"; fg = accent; bold = true; }
|
||||||
{ name = "*"; fg = "reset"; }
|
{ url = "*"; fg = "reset"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue