[zsh] replace play with paplay

This commit is contained in:
Simon Bruder 2018-12-20 22:15:19 +00:00
parent 7d9473577e
commit 26cf21bdf7
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -101,7 +101,7 @@ function timer() {
if [ "$?" = 0 ]; then
echo "Press CTRL-C to stop the alarm…" >&2
echo -en "\a" # highlight window
play -q ~/Dokumente/sound/ringtones/commando.ogg
paplay ~/Dokumente/sound/ringtones/Bergentrückung.wav
else
echo "The sleep command failed. Please check the options." >&2
return 3