Last active 1755222141

sh

kat's Avatar kat revised this gist 1755222141. Go to revision

1 file changed, 7 insertions

.bashrc(file created)

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