dotfiles/list.sh
2024-09-04 15:46:04 +02:00

6 lines
62 B
Bash
Executable File

unalias ls 2>/dev/null
ls() {
/usr/bin/ls "$@" | lolcat;
}