From d6667b02d562fbe499e1ffe4c10c2a1bf42a0a82 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 20 Sep 2021 11:49:34 +0200 Subject: [PATCH] Configure auto notify excemptions --- zsh/.config/zsh/.zshrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 34007ff..b8f9cb9 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -57,6 +57,18 @@ done fpath+=("$ZDOTDIR/plugins/nix-zsh-completions") +# Configure auto-notify +AUTO_NOTIFY_IGNORE+=( + "gcloud compute ssh" + "nix run" + "git" + "bash" + "sem debug" + "git log" + "journalctl" + "jekyll serve" +) + ## Autosuggest plugin configuration # Consider autocomplete in completion