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

8 lines
75 B
Bash

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