From 842243683c83d93abe5de795c746fbaf5061364c Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 31 Mar 2025 21:49:38 +0200 Subject: [PATCH] added l as alis --- modules/terminal/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/terminal/zsh.nix b/modules/terminal/zsh.nix index a1a1846..e33a43a 100644 --- a/modules/terminal/zsh.nix +++ b/modules/terminal/zsh.nix @@ -34,6 +34,7 @@ in { capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/modules/wm/plasma/default.nix"; reboot-to-windows = "sudo efibootmgr -n 0000"; mkdir = "mkdir -p"; + l = "ls -lAh --group-directories-first"; }; ohMyZsh = {