diff --git a/home/.zshrc.local b/home/.zshrc.local index 1d7ca05..4709edc 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -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