From 8ecd188514f69d7508d072fd8e3bb32894dc204b Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 9 Dec 2018 21:47:39 +0100 Subject: [PATCH] changed notify text --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b5c6085..ae05bca 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -35,7 +35,7 @@ zle -N edit-command-line bindkey '\C-e' edit-command-line notify () { - notify-send "Task finished" "Terminal $(tty) is idle." + notify-send "Attention required" "Terminal $(tty) requires your attention." } mkcd () {