You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
320 B
6 lines
320 B
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") |
|
disable_auto_notify
|
|
|