9 lines
95 B
Bash
9 lines
95 B
Bash
|
#
|
||
|
# ~/.bash_profile
|
||
|
#
|
||
|
|
||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||
|
|
||
|
[[ -f ~/.profile ]] && . ~/.profile
|
||
|
|