kat

kat / .bashrc

Last active 2 months ago

Like 0
sh

kat revised this gist 1 year ago · 60c92a0

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