Files
2025-01-27 22:50:14 +01:00

11 lines
112 B
Plaintext
Executable File

alias ls='eza --icons'
cat() {
if [[ "$1" == *.md ]]; then
glow "$@"
else
command cat "$@"
fi
}