From eb0b3b448aeaab8d75e5017a15d63f4faaf9ec8f Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sun, 20 Oct 2024 22:29:09 +0200 Subject: [PATCH] fish: update alias --- modules/home/apps/cli-apps/fish/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/home/apps/cli-apps/fish/default.nix b/modules/home/apps/cli-apps/fish/default.nix index 73f28eb..747625b 100644 --- a/modules/home/apps/cli-apps/fish/default.nix +++ b/modules/home/apps/cli-apps/fish/default.nix @@ -38,10 +38,9 @@ in ''; shellAliases = { vim = "hx"; - ls = "colorls --gs"; - l = "ls -l"; - la = "ls -la"; - lt = "ls --tree"; + ls = "colorls --gs -A"; + ll = "ls -l"; + lt = "colorls --tree"; }; plugins = with pkgs.fishPlugins; [ {