From 773309352564d949197f9643b0903b50906b79c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 11 Sep 2023 18:28:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20(neodymium/home/shell)=20rip=20e?= =?UTF-8?q?xa,=20deprecated,=20replace=20by=20eza?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/shell/exa.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/neodymium/home/shell/exa.nix b/hosts/neodymium/home/shell/exa.nix index 9b1e6c9..ed812cf 100644 --- a/hosts/neodymium/home/shell/exa.nix +++ b/hosts/neodymium/home/shell/exa.nix @@ -1,8 +1,8 @@ { ... }: { - programs.exa.enable = true; + programs.eza.enable = true; programs.zsh.shellAliases = { l = - "exa -lahg --icons --git --time-style=long-iso --group-directories-first --color=always"; + "eza -lahg --icons --git --time-style=long-iso --group-directories-first --color=always"; ll = "l --grid"; }; }