1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 10:53:09 +00:00
dotfiles/executable_dot_bash_profile
Thomas A. Christensen II e394d9a026
Switch execution order of profile and rc
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2021-10-20 08:49:52 -05:00

4 lines
107 B
Text

# shellcheck shell=bash
# shellcheck source=dot_profile
source "${HOME}/.profile"
source "${HOME}/.bashrc"