diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index abb00a8..9c1cf3b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,7 +1,7 @@ #!/bin/bash # # "$HOME/.bash_profile" -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 if [ -f "$HOME/.bashrc" ] then source "$HOME/.bashrc" |