kat revised this gist . 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