From efcd3fe0198ced580ea882a8b6bfa0c0e9e6f88b Mon Sep 17 00:00:00 2001
From: Alex Young <github@alexyoung.io>
Date: Sun, 10 Dec 2023 14:53:18 -0500
Subject: [PATCH] fix(zsh): adds shellcheck exception

---
 zsh/.oh-my-zsh/custom/plugins/aicure/aicure.plugin.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.oh-my-zsh/custom/plugins/aicure/aicure.plugin.zsh b/zsh/.oh-my-zsh/custom/plugins/aicure/aicure.plugin.zsh
index a15a9f3..2970485 100755
--- a/zsh/.oh-my-zsh/custom/plugins/aicure/aicure.plugin.zsh
+++ b/zsh/.oh-my-zsh/custom/plugins/aicure/aicure.plugin.zsh
@@ -1,7 +1,7 @@
 #!/usr/bin/env zsh
 
 if [[ -e $HOME/Documents/fastlane_secrets ]]; then
-	# shellcheck disable=SC1090
+	# shellcheck disable=SC1090,SC1091
 	source "$HOME"/Documents/fastlane_secrets
 fi