From 2b4e3cd85f0e9a94804a563be609a7addfff68f6 Mon Sep 17 00:00:00 2001 From: Tanjim Hossain Date: Sat, 27 Jul 2024 20:26:38 +0600 Subject: [PATCH] replace exa with eza --- src/common-utils-extras/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-utils-extras/install.sh b/src/common-utils-extras/install.sh index c1a6628..df3b43c 100644 --- a/src/common-utils-extras/install.sh +++ b/src/common-utils-extras/install.sh @@ -11,7 +11,7 @@ apt-get update -qq apt-get install -yqq --no-install-recommends \ ripgrep \ bat \ - exa \ + eza \ hyperfine \ fd-find \ zoxide \