Export configurable variables and add watch to ignore list
This commit is contained in:
parent
2bfb93573b
commit
46bae9c02a
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ AUTO_COMMAND_FULL=""
|
||||||
# Command start time in seconds since epoch
|
# Command start time in seconds since epoch
|
||||||
AUTO_COMMAND_START=0
|
AUTO_COMMAND_START=0
|
||||||
# Threshold for when to automatically show a notification
|
# Threshold for when to automatically show a notification
|
||||||
AUTO_NOTIFY_THRESHOLD=5
|
export AUTO_NOTIFY_THRESHOLD=5
|
||||||
# List of commands/programs to ignore sending notifications for
|
# List of commands/programs to ignore sending notifications for
|
||||||
AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man" "tig")
|
export AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man" "tig" "watch")
|
||||||
|
|
||||||
autoload -Uz add-zsh-hook
|
autoload -Uz add-zsh-hook
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue