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:
parent
03f75b29c3
commit
e394d9a026
2 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue