diff options
Diffstat (limited to 'bash/bash_profile.sh')
-rw-r--r-- | bash/bash_profile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_profile.sh b/bash/bash_profile.sh index 0383eaa..b6e2254 100644 --- a/bash/bash_profile.sh +++ b/bash/bash_profile.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash +# shellcheck disable=SC1090 source ~/dev/libre/dotfiles/bash/bashrc.sh |