diff --git a/zsh_files/gen6.zsh b/zsh_files/gen6.zsh index 5da56bf..a6cf2a0 100755 --- a/zsh_files/gen6.zsh +++ b/zsh_files/gen6.zsh @@ -54,8 +54,8 @@ function t2 { sleep 1 reset done - echo "Time's up!" - #aplay /usr/share/sounds/ubuntu/stereo/bell.oga + echo "Tea time!" + #aplay /usr/share/sounds/sound-icons/xylofon.wav } @@ -67,5 +67,6 @@ function t3 { sleep 1 reset done - #aplay /usr/share/sounds/ubuntu/stereo/bell.oga + echo "Tea time!" + #aplay /usr/share/sounds/sound-icons/xylofon.wav }