aboutsummaryrefslogtreecommitdiff
path: root/sh/bashrc.sh
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 /sh/bashrc.sh
parentsh/templates/: Use tabs and include favicons (diff)
downloaddotfiles-9966c829b067d749e8436a185255f96b92bf1a32.tar.gz
dotfiles-9966c829b067d749e8436a185255f96b92bf1a32.tar.xz
sh/: Disable SC1091 ShellCheck rule
Diffstat (limited to 'sh/bashrc.sh')
-rw-r--r--sh/bashrc.sh2
1 files changed, 1 insertions, 1 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