Also ignore gh for long command notifications
This commit is contained in:
parent
6280d90bd9
commit
b9373430b0
@ -45,7 +45,7 @@ notify() {
|
||||
|
||||
# Send a desktop notification when long running commands complete.
|
||||
notify_command_threshold=60
|
||||
notify_ignore_list=( git nvim ssh sudo sudoedit tmux vi vim )
|
||||
notify_ignore_list=( gh git nvim ssh sudo sudoedit tmux vi vim )
|
||||
|
||||
notify-ignore() {
|
||||
for ignore in $notify_ignore_list; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user