diff --git a/modules/zsh.nix b/modules/zsh.nix index 47d57be..6d3cbe5 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -18,7 +18,7 @@ with import {}; highlightStyle = "fg=cyan"; }; shellAliases = { - "l" = "exa -lg"; + "l" = "exa -lag"; "lh" = "command ls -hAl --color=auto"; "s" = "systemctl"; "ip" = "ip -c";