Format & Remove one duplicate entry

This commit is contained in:
sxyazi 2023-11-22 11:52:51 +08:00
parent 3ec78dc6ef
commit 03ec230957
No known key found for this signature in database

View file

@ -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" = ""
@ -228,7 +228,6 @@ rules = [
"*.ppt" = "" "*.ppt" = ""
"*.potx" = "" "*.potx" = ""
"*.ppmx" = "" "*.ppmx" = ""
"*.ppmx" = ""
"*.ppsx" = "" "*.ppsx" = ""
"*.pptx" = "" "*.pptx" = ""
"*.xlc" = "" "*.xlc" = ""
@ -298,8 +297,8 @@ rules = [
"*.conf" = "" "*.conf" = ""
"*.lock" = "" "*.lock" = ""
"*.nix" = "" "*.nix" = ""
"Containerfile" = "󰡨" Containerfile = "󰡨"
"Dockerfile" = "󰡨" Dockerfile = "󰡨"
# Misc # Misc
"*.bin" = "" "*.bin" = ""