Files
madumlao-profile/skel/.bash_profile
2018-10-18 12:33:31 +08:00

10 lines
172 B
Bash

# bash profile
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
source "$HOME/.profile"