Initial commit

This commit is contained in:
2025-06-29 17:19:38 +03:00
commit eb1d345754
8 changed files with 294 additions and 0 deletions

4
functions/du.fish Normal file
View File

@@ -0,0 +1,4 @@
function du --wraps=dua --description 'alias du dua'
dua $argv
end