diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 00:14:25 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 00:14:25 +0100 |
commit | 75efc6c1c4e23fcba22665719542471749aaea56 (patch) | |
tree | d00c2f9abb8058e81aeaf29976225ce80cfc54bb /config/essentials/zsh/.zshrc | |
parent | fde23996e410c11ee82491380630f9cb8b02e9f8 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 85f213d..0be7c8f 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -45,7 +45,7 @@ then plug "MichaelAquilina/zsh-auto-notify" export AUTO_NOTIFY_TITLE="zsh" export AUTO_NOTIFY_BODY="%command [%exit_code]" - AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty") + AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty" "pwsh") fi # Substring search settings |