eth0s/ports/core/filesystem/profile.skel
2019-11-03 13:54:51 +08:00

11 lines
233 B
Text
Executable file

# Begin ~/.profile
# Personal environment variables and startup programs.
if [ -d "$HOME/bin" ] ; then
pathprepend $HOME/bin
fi
# Set up user specific i18n variables
#export LANG=<ll>_<CC>.<charmap><@modifiers>
# End ~/.profile