Switch execution order of profile and rc

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
master
parent 03f75b29c3
commit e394d9a026
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -1,3 +1,4 @@
# shellcheck shell=bash
# shellcheck source=dot_profile
source "${HOME}/.profile"
source "${HOME}/.bashrc"

@ -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") }}

Loading…
Cancel
Save