From 278f2b2261a702ec4ef442579394ef54ff9a62a3 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Fri, 15 Sep 2023 21:47:14 +0900 Subject: [PATCH] update exa to eza --- dotfiles/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish index b8f0c27..7771933 100644 --- a/dotfiles/fish/config.fish +++ b/dotfiles/fish/config.fish @@ -17,7 +17,7 @@ if status is-interactive # abbr (from 3.6, --universal is removed) abbr -a -- l less - abbr -a -- ll 'exa -la --icons --git' + abbr -a -- ll 'eza -la --icons --git' zoxide init fish | source