Adds sl to commands not to notify on end
This commit is contained in:
parent
3a647e8756
commit
b48b57851a
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ source "$ZSH_FOLDER/plugins/zsh-auto-notify/auto-notify.plugin.zsh"
|
|||
export AUTO_NOTIFY_THRESHOLD=5
|
||||
export AUTO_NOTIFY_TITLE="Hey! %command has just finished"
|
||||
export AUTO_NOTIFY_BODY="It completed in %elapsed seconds with exit code %exit_code"
|
||||
AUTO_NOTIFY_IGNORE+=("bat" "zathura" "libreoffice" "lf" "davmail" "neomutt" "newsboat" "w3m")
|
||||
AUTO_NOTIFY_IGNORE+=("bat" "zathura" "libreoffice" "lf" "davmail" "neomutt" "newsboat" "w3m" "sl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue