Add glab to the list if commands to notify ignore

This commit is contained in:
Kenneth Benzie 2024-04-20 16:58:39 +01:00
parent 0951c445f4
commit eae2e82bdb

View File

@ -45,7 +45,7 @@ notify() {
# Send a desktop notification when long running commands complete.
notify_command_threshold=60
notify_ignore_list=( gh git nvim ssh sudo sudoedit tmux vi vim )
notify_ignore_list=( gh git glab nvim ssh sudo sudoedit tmux vi vim )
notify-ignore() {
for ignore in $notify_ignore_list; do