custom text for notify command
This commit is contained in:
parent
e99e958ba1
commit
6f138c9ffa
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue