diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4996ce0..3b819a8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -57,7 +57,7 @@ zle -N edit-command-line bindkey '\C-e' edit-command-line notify () { - notify-send "Attention required" "Terminal $(tty) requires your attention." + notify-send -u critical "Attention required on $(tty)" "${1}" } mkcd () {