From 5bf6cf4dcfcec24a2b9c73dfa1773128fb66bed8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 4 Nov 2025 00:54:34 +0100 Subject: Minor linting updates --- .bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index d50e067..a29f021 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,6 @@ #!/bin/bash +# shellcheck disable=SC1091 + # ==== Homebrew Apple M1/Intel fixing of $PATH if [ -d /opt/homebrew ]; then eval "$(/opt/homebrew/bin/brew shellenv)" @@ -83,7 +85,6 @@ if command -v rbenv 1>/dev/null 2>&1; then fi # ==== NVM config -# shellcheck source=/dev/null if [ -f "$HOME/.nvm/nvm.sh" ]; then export NVM_DIR=~/.nvm source "$HOME/.nvm/nvm.sh" -- cgit v1.2.3