From b765810f5149e6764744009b8eca90547a5dbd04 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 14 Mar 2023 11:26:55 -0400 Subject: [PATCH] tweak(global/shell): add icons to ll alias --- modules/global/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index d64e544..e51e1ac 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -18,7 +18,7 @@ in le = "l --extended"; lg = "l --gitignore"; lgt = "lt --gitignore"; - ll = "ls --long --all --group"; + ll = "ls --long --all --group --icons"; llt = "ll --tree"; lle = "ll --extended"; llg = "ll --gitignore";