diff --git a/.bashrc b/.bashrc index 59f4b9b2d14bd823173a2a5d7d3b1e0c305a6a67..3393d81380e9cd363d043e5b5ad17d9525c36e9f 100644 --- a/.bashrc +++ b/.bashrc @@ -341,7 +341,7 @@ __command_notifier () { trap - debug } -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 . "$HOME/Repositories/Shore/bundle_certs/bundle_certs" diff --git a/Documents/bin/pocketchip-battery b/Documents/bin/pocketchip-battery index 8f1a45d50eb716ffc87aa906bd785bdf6b766073..c17c6c63a13ede818cab0140d93ec9ab0c9a5eb2 100755 --- a/Documents/bin/pocketchip-battery +++ b/Documents/bin/pocketchip-battery @@ -3,7 +3,7 @@ set -eu current="$(cat /usr/lib/pocketchip-batt/voltage)" -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 . "$HOME/.local/voltage" # shellcheck disable=SC2154