mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format & Remove one duplicate entry
This commit is contained in:
parent
3ec78dc6ef
commit
03ec230957
1 changed files with 42 additions and 43 deletions
|
|
@ -158,10 +158,10 @@ rules = [
|
||||||
{ mime = "application/xz", fg = "magenta" },
|
{ mime = "application/xz", fg = "magenta" },
|
||||||
|
|
||||||
# Documents
|
# Documents
|
||||||
{ mime = "application/doc", fg = "green"},
|
{ mime = "application/doc", fg = "green" },
|
||||||
{ mime = "application/pdf", fg = "green"},
|
{ mime = "application/pdf", fg = "green" },
|
||||||
{ mime = "application/rtf", fg = "green"},
|
{ mime = "application/rtf", fg = "green" },
|
||||||
{ mime = "application/vnd.*", fg = "green"},
|
{ mime = "application/vnd.*", fg = "green" },
|
||||||
|
|
||||||
# Fallback
|
# Fallback
|
||||||
# { name = "*", fg = "white" },
|
# { name = "*", fg = "white" },
|
||||||
|
|
@ -201,8 +201,8 @@ rules = [
|
||||||
"*.txt" = ""
|
"*.txt" = ""
|
||||||
"*.md" = ""
|
"*.md" = ""
|
||||||
"*.rst" = ""
|
"*.rst" = ""
|
||||||
"COPYING" = ""
|
COPYING = ""
|
||||||
"LICENSE" = ""
|
LICENSE = ""
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
"*.zip" = ""
|
"*.zip" = ""
|
||||||
|
|
@ -213,7 +213,7 @@ rules = [
|
||||||
"*.xz" = ""
|
"*.xz" = ""
|
||||||
|
|
||||||
# Documents
|
# Documents
|
||||||
"*.csv" = ""
|
"*.csv" = ""
|
||||||
"*.doc" = ""
|
"*.doc" = ""
|
||||||
"*.doct" = ""
|
"*.doct" = ""
|
||||||
"*.docx" = ""
|
"*.docx" = ""
|
||||||
|
|
@ -228,7 +228,6 @@ rules = [
|
||||||
"*.ppt" = ""
|
"*.ppt" = ""
|
||||||
"*.potx" = ""
|
"*.potx" = ""
|
||||||
"*.ppmx" = ""
|
"*.ppmx" = ""
|
||||||
"*.ppmx" = ""
|
|
||||||
"*.ppsx" = ""
|
"*.ppsx" = ""
|
||||||
"*.pptx" = ""
|
"*.pptx" = ""
|
||||||
"*.xlc" = ""
|
"*.xlc" = ""
|
||||||
|
|
@ -268,43 +267,43 @@ rules = [
|
||||||
"*.HEIC" = ""
|
"*.HEIC" = ""
|
||||||
|
|
||||||
# Programming
|
# Programming
|
||||||
"*.c" = ""
|
"*.c" = ""
|
||||||
"*.cpp" = ""
|
"*.cpp" = ""
|
||||||
"*.h" = ""
|
"*.h" = ""
|
||||||
"*.hpp" = ""
|
"*.hpp" = ""
|
||||||
"*.rs" = ""
|
"*.rs" = ""
|
||||||
"*.go" = ""
|
"*.go" = ""
|
||||||
"*.py" = ""
|
"*.py" = ""
|
||||||
"*.js" = ""
|
"*.js" = ""
|
||||||
"*.ts" = ""
|
"*.ts" = ""
|
||||||
"*.tsx" = ""
|
"*.tsx" = ""
|
||||||
"*.jsx" = ""
|
"*.jsx" = ""
|
||||||
"*.rb" = ""
|
"*.rb" = ""
|
||||||
"*.php" = ""
|
"*.php" = ""
|
||||||
"*.java" = ""
|
"*.java" = ""
|
||||||
"*.sh" = ""
|
"*.sh" = ""
|
||||||
"*.fish" = ""
|
"*.fish" = ""
|
||||||
"*.swift" = ""
|
"*.swift" = ""
|
||||||
"*.vim" = ""
|
"*.vim" = ""
|
||||||
"*.lua" = ""
|
"*.lua" = ""
|
||||||
"*.html" = ""
|
"*.html" = ""
|
||||||
"*.css" = ""
|
"*.css" = ""
|
||||||
"*.scss" = ""
|
"*.scss" = ""
|
||||||
"*.json" = ""
|
"*.json" = ""
|
||||||
"*.toml" = ""
|
"*.toml" = ""
|
||||||
"*.yml" = ""
|
"*.yml" = ""
|
||||||
"*.yaml" = ""
|
"*.yaml" = ""
|
||||||
"*.ini" = ""
|
"*.ini" = ""
|
||||||
"*.conf" = ""
|
"*.conf" = ""
|
||||||
"*.lock" = ""
|
"*.lock" = ""
|
||||||
"*.nix" = ""
|
"*.nix" = ""
|
||||||
"Containerfile" = ""
|
Containerfile = ""
|
||||||
"Dockerfile" = ""
|
Dockerfile = ""
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
"*.bin" = ""
|
"*.bin" = ""
|
||||||
"*.exe" = ""
|
"*.exe" = ""
|
||||||
"*.pkg" = ""
|
"*.pkg" = ""
|
||||||
|
|
||||||
# Default
|
# Default
|
||||||
"*" = ""
|
"*" = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue