From 05ca459d349b647b74beecec6aff6d7598cc1448 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 28 Oct 2020 01:16:07 -0400 Subject: .bash_profile: Disable shellcheck SC2016 --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') 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; -- cgit v1.2.3