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