custom text for notify command

This commit is contained in:
Martin Sekera 2019-04-21 14:32:09 +02:00
parent e99e958ba1
commit 6f138c9ffa

View file

@ -57,7 +57,7 @@ zle -N edit-command-line
bindkey '\C-e' edit-command-line bindkey '\C-e' edit-command-line
notify () { notify () {
notify-send "Attention required" "Terminal $(tty) requires your attention." notify-send -u critical "Attention required on $(tty)" "${1}"
} }
mkcd () { mkcd () {