add ll and sll functions as aliases for lsd with options

This commit is contained in:
2025-12-01 18:47:29 +01:00
parent 8abe8ffd14
commit 4acdd9e13c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
function ll --wraps='lsd -alh' --description 'alias ll lsd -alh'
lsd -alh $argv
end