added l as alis

This commit is contained in:
KoenDR06 2025-03-31 21:49:38 +02:00
parent 47db460fab
commit 842243683c

View file

@ -34,6 +34,7 @@ in {
capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/modules/wm/plasma/default.nix"; capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/modules/wm/plasma/default.nix";
reboot-to-windows = "sudo efibootmgr -n 0000"; reboot-to-windows = "sudo efibootmgr -n 0000";
mkdir = "mkdir -p"; mkdir = "mkdir -p";
l = "ls -lAh --group-directories-first";
}; };
ohMyZsh = { ohMyZsh = {