From 302c3b7dbcb593b9ec9239021fd9b063acc4e137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Flo=C3=9Fmann?= Date: Fri, 12 Jul 2024 11:18:50 +0200 Subject: [PATCH] tweak lsd as to make ls still available --- modules/home/bundles/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/bundles/core.nix b/modules/home/bundles/core.nix index 8b40d10..6771dc0 100644 --- a/modules/home/bundles/core.nix +++ b/modules/home/bundles/core.nix @@ -62,7 +62,7 @@ syntaxHighlighting.enable = true; shellAliases = { - ls = "lsd"; + ll = "lsd -l"; }; history = {