eth0s/ports/filesystem/profile.skel
2019-10-03 18:00:34 +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