From f297cbd05b501f765299f0cecdd299e9e4a48a96 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Mon, 6 Jun 2022 03:37:08 +0200 Subject: [PATCH] added -a to alias "l" --- modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";