11 lines
134 B
Bash
11 lines
134 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
# load exports
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
# load bash config
|
|
[[ -f ~/.bashrc ]] && . ~/.bash_config
|
|
|