mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Remove auto-notify
It's too noisy
This commit is contained in:
@@ -50,7 +50,6 @@ plugins=(
|
|||||||
zsh-autosuggestions/zsh-autosuggestions.zsh
|
zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
zsh-you-should-use/you-should-use.plugin.zsh
|
zsh-you-should-use/you-should-use.plugin.zsh
|
||||||
nix-zsh-completions/nix-zsh-completions.plugin.zsh
|
nix-zsh-completions/nix-zsh-completions.plugin.zsh
|
||||||
zsh-auto-notify/auto-notify.plugin.zsh
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for plugin in "${plugins[@]}"; do
|
for plugin in "${plugins[@]}"; do
|
||||||
@@ -61,24 +60,6 @@ done
|
|||||||
|
|
||||||
fpath+=("$ZDOTDIR/plugins/nix-zsh-completions")
|
fpath+=("$ZDOTDIR/plugins/nix-zsh-completions")
|
||||||
|
|
||||||
# Configure auto-notify
|
|
||||||
AUTO_NOTIFY_IGNORE+=(
|
|
||||||
"gcloud compute ssh"
|
|
||||||
"nix run"
|
|
||||||
"bash"
|
|
||||||
"sem debug"
|
|
||||||
"git "{commit,grep,log}
|
|
||||||
"journalctl"
|
|
||||||
"jekyll serve"
|
|
||||||
"sudoedit"
|
|
||||||
"ipython"{,3}
|
|
||||||
"sem "{attach,debug}
|
|
||||||
"psql"
|
|
||||||
"sqlite3"
|
|
||||||
"iotop"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
## Autosuggest plugin configuration
|
## Autosuggest plugin configuration
|
||||||
# Consider autocomplete in completion
|
# Consider autocomplete in completion
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||||
|
|||||||
Submodule zsh/.config/zsh/plugins/zsh-auto-notify deleted from 43dbc4eb56
Reference in New Issue
Block a user