diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/bashrc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 9321dcc..c7b52a1 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash # shellcheck disable=SC1090 +# shellcheck disable=SC2086 export DOTFILES=~/dev/libre/dotfiles |