From e8b5f8c2599195faba04155ff1c459981b22454c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 14:14:15 -0300 Subject: Disable SC2086 --- bash/bashrc.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3