From deb9a99c876ae7d9aa210c6d36a53f218c320350 Mon Sep 17 00:00:00 2001 From: Toshimichi0915 Date: Wed, 15 Jul 2026 01:06:36 +0900 Subject: [PATCH] Fix broken ls command --- dots/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/fish/config.fish b/dots/.config/fish/config.fish index f10482d06..a4481fd68 100755 --- a/dots/.config/fish/config.fish +++ b/dots/.config/fish/config.fish @@ -25,7 +25,7 @@ if status is-interactive alias pamcan pacman alias q 'qs -c ii' if test "$TERM" != "linux" - alias ls 'eza --icons' + alias ls 'eza --icons=auto' end if test "$TERM" = "xterm-kitty" alias ssh 'kitten ssh'