1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

More long-running exceptions

This commit is contained in:
2022-03-10 16:57:17 +01:00
parent da12a7d43f
commit 571318a6e1

View File

@@ -61,13 +61,14 @@ fpath+=("$ZDOTDIR/plugins/nix-zsh-completions")
AUTO_NOTIFY_IGNORE+=(
"gcloud compute ssh"
"nix run"
"git"
"bash"
"sem debug"
"git log"
"git "{commit,grep,log}
"journalctl"
"jekyll serve"
"sudoedit"
"ipython"{,3}
"sem "{attach,debug}
)
@@ -92,7 +93,7 @@ alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\""
alias makej="make -j$(nproc)"
alias sdc='sudo docker-compose'
alias nrc='nix run -c'
alias gcs='gcloud compute ssh'
alias gcs='gcloud compute ssh --tunnel-through-iap'
alias gscp='gcloud compute scp'
alias gci='gcloud compute instances'