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

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