[zsh] replace play with paplay
This commit is contained in:
parent
7d9473577e
commit
26cf21bdf7
|
@ -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
|
||||
|
|
Reference in a new issue