8 lines
120 B
Bash
8 lines
120 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.config/shell/profile ]] && . ~/.config/shell/profile
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|