From 9966c829b067d749e8436a185255f96b92bf1a32 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 8 Jun 2021 09:09:43 -0300 Subject: sh/: Disable SC1091 ShellCheck rule --- sh/bashrc.sh | 2 +- sh/reload.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/bashrc.sh b/sh/bashrc.sh index 2012e670..80aff075 100644 --- a/sh/bashrc.sh +++ b/sh/bashrc.sh @@ -1,5 +1,5 @@ #!/bin/sh -# shellcheck disable=SC1090 +# shellcheck disable=SC1090 disable=SC1091 export DOTFILES=~/dev/libre/dotfiles diff --git a/sh/reload.sh b/sh/reload.sh index d448607a..6eeb53a9 100644 --- a/sh/reload.sh +++ b/sh/reload.sh @@ -1,5 +1,5 @@ #!/bin/sh -# shellcheck disable=SC1090 +# shellcheck disable=SC1090 disable=SC1091 . ~/.bashrc . "$DOTFILES/sh/x.sh" -- cgit v1.3