aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"