From 571318a6e1ad2810cde984162161fec2613bd35d Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 10 Mar 2022 16:57:17 +0100 Subject: [PATCH] More long-running exceptions --- zsh/.config/zsh/.zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c908d01..47ecfb0 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -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'