1
0
Fork 0

zsh: fix AUTO_NOTIFY_IGNORE

This commit is contained in:
Luca Bilke 2024-11-13 11:15:40 +01:00
parent 41fd2aca62
commit 1c8b6f02da
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5
2 changed files with 19 additions and 1 deletions

0
.gitmodules vendored
View file

View file

@ -33,7 +33,25 @@ zsnippet https://raw.githubusercontent.com/python-virtualenvwrapper/virtualenvwr
# NOTE: notify on long running commands
turbo
zload MichaelAquilina/zsh-auto-notify
AUTO_NOTIFY_IGNORE+=("lf" "lazygit" "elia")
AUTO_NOTIFY_IGNORE+=(
vim
nvim
less
more
man
tig
watch
git
commit
top
htop
ssh
nano
lf
lazygit
elia
gunicorn
)
# NOTE: colorize help output
turbo