From 48e14aefc23f448b373a74ee34b95dd388fc73b9 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Wed, 27 Mar 2024 11:28:28 +0100 Subject: [PATCH] forgot the t --- modules/home/apps/cli-apps/fish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/apps/cli-apps/fish/default.nix b/modules/home/apps/cli-apps/fish/default.nix index 0e84b88..72ea09e 100644 --- a/modules/home/apps/cli-apps/fish/default.nix +++ b/modules/home/apps/cli-apps/fish/default.nix @@ -29,7 +29,7 @@ in { l = "colorls -l"; la = "colorls -a"; lla = "colorls -la"; - l = "colorls --tree"; + lt = "colorls --tree"; }; };