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; [ {