diff --git a/modules/generic.nix b/modules/generic.nix index 617df9f..a62cb84 100644 --- a/modules/generic.nix +++ b/modules/generic.nix @@ -101,7 +101,7 @@ in dig rclone pv - exa + eza (import ./vim.nix) ]; diff --git a/modules/zsh.nix b/modules/zsh.nix index 1f001f3..bab46b6 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -21,7 +21,7 @@ with import {}; highlightStyle = "fg=cyan"; }; shellAliases = { - "l" = "exa -lag"; + "l" = "eza -lag"; "lh" = "command ls -hAl --color=auto"; "s" = "systemctl"; "ip" = "ip -c";