Skip to content

Commit

Permalink
fix(zsh): adds shellcheck exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpyoung committed Dec 10, 2023
1 parent 97c9422 commit efcd3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.oh-my-zsh/custom/plugins/aicure/aicure.plugin.zsh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit efcd3fe

Please sign in to comment.