Last active 1755222141

sh

Revision 60c92a0634cae279976fcc4ddcda524a05525cfc

.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}