From e66c1994e8043618f7b3ca1f48f716ab063b42c9 Mon Sep 17 00:00:00 2001 From: glennigen <1+glennigen@noreply.localhost> Date: Tue, 14 Jul 2026 22:08:50 +0200 Subject: [PATCH] Update stow_me/.config/fish/functions/ll.fish --- stow_me/.config/fish/functions/ll.fish | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stow_me/.config/fish/functions/ll.fish b/stow_me/.config/fish/functions/ll.fish index a25d7cc..1746f09 100644 --- a/stow_me/.config/fish/functions/ll.fish +++ b/stow_me/.config/fish/functions/ll.fish @@ -1,4 +1,3 @@ -function ll --wraps='lsd -Alh --group-dirs first' --description 'alias ll lsd -Alh --group-dirs first' - lsd -Alh --group-dirs first $argv - +function ll --wraps='ls -l' --wraps='lsd -Alh --group-dirs first' --description 'alias ll=lsd -Alh --group-dirs first' + lsd -Alh --group-dirs first $argv end