dotfiles/list.sh

6 lines
62 B
Bash
Raw Normal View History

2024-09-04 15:07:59 +02:00
unalias ls 2>/dev/null
ls() {
/usr/bin/ls "$@" | lolcat;
}