diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:18:11 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:18:11 +0200 |
commit | 0e5e622952fe51588f1537e621c63cbe4a91c136 (patch) | |
tree | 33340f5d0b790115b5c34558b815e9d00f42a15b /config/essentials/zsh | |
parent | 4be9d55ad63853dd1562ab4f0537b0b403aa9ca5 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r-- | config/essentials/zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 07e859d..f5debdb 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") + AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty") fi # Substring search settings @@ -143,3 +143,5 @@ setopt notify # setopt cdablevars # zprof + +PATH="$PATH:$HOME/proj/chatty/v2/" |