From 4c7e6aba5fe0b26f89255b2ec1a3846824edcadb Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Mon, 8 Nov 2021 21:22:11 +0100 Subject: [PATCH] fixed sorting for lh alias --- modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh.nix b/modules/zsh.nix index f2ecee1..39fc8b4 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -18,6 +18,7 @@ with import {}; highlightStyle = "fg=cyan"; }; shellAliases = { + "lh" = "command ls -hAl --color=auto"; "s" = "systemctl"; "ip" = "ip -c"; "n" = "cd /etc/nixos";