aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-08 09:09:43 -0300
committerEuAndreh <eu@euandre.org>2021-06-08 09:09:43 -0300
commit9966c829b067d749e8436a185255f96b92bf1a32 (patch)
tree204f5d084fa21145647d9ad7d7fe9a9d663675d4
parentsh/templates/: Use tabs and include favicons (diff)
downloaddotfiles-9966c829b067d749e8436a185255f96b92bf1a32.tar.gz
dotfiles-9966c829b067d749e8436a185255f96b92bf1a32.tar.xz
sh/: Disable SC1091 ShellCheck rule
-rw-r--r--sh/bashrc.sh2
-rw-r--r--sh/reload.sh2
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"