aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-10-28 01:16:07 -0400
committertdro <tdro@users.noreply.github.com>2020-10-28 01:16:07 -0400
commit05ca459d349b647b74beecec6aff6d7598cc1448 (patch)
treef6c8e8574cb37bc14205c2a2b7207012d5f2cc1b /.bash_profile
parentcaa2346a837afa350d2ad6d6cecfb78b5abaf315 (diff)
downloaddotfiles-05ca459d349b647b74beecec6aff6d7598cc1448.tar.gz
dotfiles-05ca459d349b647b74beecec6aff6d7598cc1448.tar.bz2
dotfiles-05ca459d349b647b74beecec6aff6d7598cc1448.zip
.bash_profile: Disable shellcheck SC2016
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 25b8708..5d2a718 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,4 +1,5 @@
#!/bin/bash
+# shellcheck disable=SC2016
# set xauthority path
export XAUTHORITY=$HOME/.config/X11/Xauthority;