From fde93debe7d9460af10defdfa37ed4aeb8cd92a8 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 19 Dec 2018 22:52:36 -0600 Subject: [PATCH] .profile: Ignore unused variables --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 2983c9eb..e2aca380 100755 --- a/.profile +++ b/.profile @@ -37,6 +37,8 @@ # Quit being pedantic # shellcheck disable=1117 +# Some variables will not be used here, but in the shell +# shellcheck disable=2034 # Environment variables # First, what shell are we?