From 363a93030eac39c99c6b6f5b18c94653c77ad7bd Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 20 Oct 2021 07:27:45 -0500 Subject: [PATCH] Make .bash_profile shellcheck compliant Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- executable_dot_bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/executable_dot_bash_profile b/executable_dot_bash_profile index 70bd631..9433f6e 100644 --- a/executable_dot_bash_profile +++ b/executable_dot_bash_profile @@ -1 +1,3 @@ -source $HOME/.profile +# shellcheck shell=bash +# shellcheck source=dot_profile +source "${HOME}/.profile"