From d2f7210d1aef8e770b70c23b0d63ca87bb4ea1f7 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 13 Apr 2026 20:42:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor(fish):=20streamline=20eza=20aliases=20?= =?UTF-8?q?=E2=80=94=20add=20l,=20drop=20la/lt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/fish.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/shell/fish.nix b/home/shell/fish.nix index 14b5492..c21f35e 100644 --- a/home/shell/fish.nix +++ b/home/shell/fish.nix @@ -25,10 +25,9 @@ in shellAliases = { # File listing (eza) + l = "eza -1 --icons --group-directories-first"; ls = "eza --icons --group-directories-first"; ll = "eza -la --icons --git --group-directories-first"; - la = "eza -a --icons --group-directories-first"; - lt = "eza --tree --level=2 --icons"; # Tools cat = "bat --paging=never";