This commit is contained in:
KaasKop-
2023-12-25 13:02:39 +01:00
parent 0f3d3816f3
commit 9c57c14d00
22 changed files with 656 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
function h --wraps='ls -lah --group-directories-first' --description 'alias h=ls -lah'
run
end
function run
ls -lah --group-directories-first $argv
end