From 492fd0ea760437d1d68f1137036854acc37b1a8e Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 7 Sep 2023 16:25:03 +0200 Subject: Replace exa by eza --- functions/ll.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions') diff --git a/functions/ll.fish b/functions/ll.fish index 963ad19..d5f6f39 100644 --- a/functions/ll.fish +++ b/functions/ll.fish @@ -1,3 +1,3 @@ -function ll -d "ls long mode" - exa -lF $argv +function ll -d "ls long mode with eza" + eza -lFa $argv end -- cgit v1.2.3