changed notify text

This commit is contained in:
Martin Sekera 2018-12-09 21:47:39 +01:00
parent 99c168781b
commit 8ecd188514

View file

@ -35,7 +35,7 @@ zle -N edit-command-line
bindkey '\C-e' edit-command-line bindkey '\C-e' edit-command-line
notify () { notify () {
notify-send "Task finished" "Terminal $(tty) is idle." notify-send "Attention required" "Terminal $(tty) requires your attention."
} }
mkcd () { mkcd () {