From 01d7666f5175ebb9ed9c7d406cf3eaf856f5cf4a Mon Sep 17 00:00:00 2001 From: coja Date: Sun, 12 Apr 2026 00:49:43 +0200 Subject: [PATCH] [Fish] cleanup --- .config/fish/fish-issue.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .config/fish/fish-issue.md diff --git a/.config/fish/fish-issue.md b/.config/fish/fish-issue.md deleted file mode 100644 index 5de374f..0000000 --- a/.config/fish/fish-issue.md +++ /dev/null @@ -1,7 +0,0 @@ -fish: upgraded to version 4.3: -* Color variables are no longer set in universal scope by default. - Migrated them to global variables set in ~/.config/fish/conf.d/fish_frozen_theme.fish - To restore syntax highlighting in other fish sessions, please restart them. -* The fish_key_bindings variable is no longer set in universal scope by default. - Migrated it to a global variable set in ~/.config/fish/conf.d/fish_frozen_key_bindings.fish -See also the release notes (type `help relnotes`).