diff options
Diffstat (limited to 'config/essentials')
-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/" |