Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # Begin ~/.profile
  2. # Personal environment variables and startup programs.
  3.  
  4. if [ -d "$HOME/bin" ] ; then
  5. pathprepend $HOME/bin
  6. fi
  7.  
  8. # Set up user specific i18n variables
  9. #export LANG=<ll>_<CC>.<charmap><@modifiers>
  10.  
  11. # End ~/.profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement