1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 10:53:09 +00:00

Switch execution order of profile and rc

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-10-20 08:49:52 -05:00
parent 03f75b29c3
commit e394d9a026
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 1 additions and 3 deletions

View file

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

View file

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