8 lines
85 B
Bash
8 lines
85 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
if [[ -n "$USER" ]]; then
|
|
source "/home/$USER/.bashrc"
|
|
fi
|