This adds the config files for bash and configuration for environment variables.
5 lines
63 B
Bash
5 lines
63 B
Bash
# Load .profile
|
|
if [ -f ~/.profile ]; then
|
|
. ~/.profile
|
|
fi
|