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/ls.fish Normal file
View File

@@ -0,0 +1,4 @@
function ls --wraps='eza --icons -F -H --git -1' --description 'alias ls=eza --icons -F -H --git -1'
eza --icons -F -H --git -1 $argv
end