From 23bde1b367d6bfeeea7da3867d05be4f2c104309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 21 Jun 2026 20:00:36 +0200 Subject: [PATCH] fix: remove invalid dir value from yazi filetype is-rule Co-Authored-By: Claude Sonnet 4.6 --- .config/yazi/theme.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml index 342404f..706644a 100644 --- a/.config/yazi/theme.toml +++ b/.config/yazi/theme.toml @@ -201,8 +201,3 @@ is = "link" fg = "#8FBCBB" italic = true -[[filetype.rules]] -url = "*" -is = "dir" -fg = "#81A1C1" -bold = true