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