From 26cf21bdf785a2f14d1d458da331741b62e32edf Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 20 Dec 2018 22:15:19 +0000 Subject: [PATCH] [zsh] replace play with paplay --- home/.zshrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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