diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 14:14:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 14:14:15 -0300 |
commit | e8b5f8c2599195faba04155ff1c459981b22454c (patch) | |
tree | 58a252dca6ca80718879f83946b651a21165f511 /bash/bashrc.sh | |
parent | Remove ad-hoc ~/archive/ rsync from backup (diff) | |
download | dotfiles-e8b5f8c2599195faba04155ff1c459981b22454c.tar.gz dotfiles-e8b5f8c2599195faba04155ff1c459981b22454c.tar.xz |
Disable SC2086
Diffstat (limited to '')
-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 |