4 lines
107 B
Bash
4 lines
107 B
Bash
# Source the personal bash set up.
|
|
[ -e ~/.bashrc ] && . ~/.bashrc
|
|
|
|
# Add general environment set up here.
|