12 lines
233 B
Text
12 lines
233 B
Text
![]() |
# 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
|