Initial commit

This commit is contained in:
Lucàs
2025-01-27 22:50:14 +01:00
commit 3fa960acc7
1497 changed files with 46331 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
alias ls='eza --icons'
cat() {
if [[ "$1" == *.md ]]; then
glow "$@"
else
command cat "$@"
fi
}