diff --git a/modules/generic.nix b/modules/generic.nix index 03be94b..899023c 100644 --- a/modules/generic.nix +++ b/modules/generic.nix @@ -76,6 +76,7 @@ in dig rclone pv + exa (import ./vim.nix) ]; diff --git a/modules/zsh.nix b/modules/zsh.nix index 339216f..47d57be 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -18,6 +18,7 @@ with import {}; highlightStyle = "fg=cyan"; }; shellAliases = { + "l" = "exa -lg"; "lh" = "command ls -hAl --color=auto"; "s" = "systemctl"; "ip" = "ip -c";