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