diff --git a/executable_dot_bash_profile b/executable_dot_bash_profile index 9433f6e..9ede22c 100644 --- a/executable_dot_bash_profile +++ b/executable_dot_bash_profile @@ -1,3 +1,4 @@ # shellcheck shell=bash # shellcheck source=dot_profile source "${HOME}/.profile" +source "${HOME}/.bashrc" diff --git a/executable_dot_bashrc.tmpl b/executable_dot_bashrc.tmpl index d1a40b5..7b85a14 100644 --- a/executable_dot_bashrc.tmpl +++ b/executable_dot_bashrc.tmpl @@ -1,9 +1,6 @@ # shellcheck shell=bash # .bashrc -# Source login shell -source "${HOME}/.bash_profile" - # shellcheck disable=1054,1073,1050,1072,1009 {{ if (eq .chezmoi.osRelease.id "centos") }} {{ if (eq .chezmoi.osRelease.versionID "7") }}