From 2dabcd4e1140d2248ff0ba01d6c7aafd59813f12 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 20 Oct 2021 07:46:01 -0500 Subject: [PATCH] Try to bring the profile PATH into bash Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- executable_dot_bashrc.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/executable_dot_bashrc.tmpl b/executable_dot_bashrc.tmpl index 8b74bbc..2dda122 100644 --- a/executable_dot_bashrc.tmpl +++ b/executable_dot_bashrc.tmpl @@ -1,10 +1,15 @@ +# shellcheck shell=bash # .bashrc +# Source login shell +source "${HOME}/.bash_profile" + # Source global definitions if [ -f /etc/bashrc ]; then - . /etc/bashrc + source /etc/bashrc fi +# shellcheck disable=1054,1073,1050,1072,1009 {{ if (eq .chezmoi.osRelease.id "centos") }} {{ if (eq .chezmoi.osRelease.versionID "7") }} # Switch to zsh if interactive, and we haven't been told not to