From e394d9a0265015032e39ea4452f00e00ae04236b Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 20 Oct 2021 08:49:52 -0500 Subject: [PATCH] Switch execution order of profile and rc Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- executable_dot_bash_profile | 1 + executable_dot_bashrc.tmpl | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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") }}