update ll and sll functions to use lsd -Alh option

This commit is contained in:
2025-12-01 19:00:40 +01:00
parent 4acdd9e13c
commit 1cd7348be6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
function sll --wraps='sudo lsd -alh' --description 'alias sll sudo lsd -alh'
sudo lsd -alh $argv
function sll --wraps='sudo lsd -Alh' --description 'alias sll sudo lsd -Alh'
sudo lsd -Alh $argv
end