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";