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