11 lines
233 B
Text
Executable file
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
|