diff --git a/.bashrc b/.bashrc
index 221fc91a4deef7ee59c9a390a986525f1a4bf369..dadafbc23be517c33e40af26c23d43b760dd8fed 100644
--- a/.bashrc
+++ b/.bashrc
@@ -143,7 +143,7 @@ alias rm='rm --dir'
 alias nextcloudcmd='flatpak run --command=nextcloudcmd org.nextcloud.Nextcloud'
 alias tfa='terraform apply tfplan'
 alias tfvf='tfv && terraform fmt -diff'
-
+# shellcheck disable=SC2139
 alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\""
 
 tfp () {
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a3af767e2f6de6eb60fb623bb350f05912479fac..4a0f4920230cb26e478db3c02c00dca11fdb07c5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
       - id: check-executables-have-shebangs
       - id: check-merge-conflict
       - id: check-symlinks
-        exclude: myclirc|netrc|packet-cli|mycli-history|scwrc
+        exclude: myclirc|netrc|packet-cli|mycli-history|scwrc|gcloud\.json|\.envrc\.private
       - id: detect-private-key
       - id: trailing-whitespace
       - id: requirements-txt-fixer