From df9075f22ce8b4c0fa6cb0ecf58336188c4027f0 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 21 Dec 2021 02:24:47 +0100 Subject: Add multiple aliases --- functions/ll.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/ll.fish') diff --git a/functions/ll.fish b/functions/ll.fish index 2a824a1..963ad19 100644 --- a/functions/ll.fish +++ b/functions/ll.fish @@ -1,3 +1,3 @@ function ll -d "ls long mode" - ls -AlF $argv + exa -lF $argv end -- cgit v1.2.3