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"