From b0677c95dd9f2bb882d575605f024bab96610a72 Mon Sep 17 00:00:00 2001 From: Breizh Date: Fri, 15 Sep 2023 02:13:08 +0200 Subject: [PATCH] =?UTF-8?q?Migration=20de=20exa=20=C3=A0=20eza?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/l.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/l.fish b/.config/fish/functions/l.fish index 5af2cdb..6ec44d4 100644 --- a/.config/fish/functions/l.fish +++ b/.config/fish/functions/l.fish @@ -1,3 +1,3 @@ function l --description 'alias l=ls -lAh' - exa -lgHahb --git --time-style long-iso $argv + eza -lgHahb --git --time-style long-iso $argv end