From 8c9ab2a009ac294c6162a60b6318e9add5d38325 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 24 Dec 2023 17:57:50 +0100 Subject: [PATCH] fish: update functions --- config/fish/functions/l1.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/functions/l1.fish b/config/fish/functions/l1.fish index 14223458..2b512a04 100644 --- a/config/fish/functions/l1.fish +++ b/config/fish/functions/l1.fish @@ -1,3 +1,3 @@ function l1 --description 'list files bare' - exa --icons --group --time-style=iso --group-directories-first -l $argv; + exa -1 --icons --group --time-style=iso --group-directories-first $argv; end -- 2.51.2