Advertisement
Guest User

/opt/zimbra/.bash_profile

a guest
Apr 6th, 2011
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. # .bash_profile
  2. umask 0027
  3.  
  4. # Get the aliases and functions
  5. if [ -f ~/.bashrc ]; then
  6.         . ~/.bashrc
  7. fi
  8.  
  9. # User specific environment and startup programs
  10.  
  11. # this breaks unicode_start on vt consoles
  12. #BASH_ENV=$HOME/.bashrc
  13. #export BASH_ENV
  14.  
  15. USERNAME="zimbra"
  16. export USERNAME
  17.  
  18. export LANG=C
  19. export LC_ALL=C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement