zsh: fix AUTO_NOTIFY_IGNORE
This commit is contained in:
parent
41fd2aca62
commit
1c8b6f02da
2 changed files with 19 additions and 1 deletions
0
.gitmodules
vendored
0
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue