Last active 1755222141

sh
.bashrc Raw
1# to get quick notifs
2# after long commands
3notif() {
4 notify-send "done!"
5 aplay -q /usr/share/sounds/sound-icons/start
6 spd-say -t female3 -r +25 "done!"
7}