2 lines
70 B
Bash
2 lines
70 B
Bash
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
[[ -f ~/.profile ]] && . ~/.profile
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
[[ -f ~/.profile ]] && . ~/.profile
|