0010-env.rc 226 B

123456789101112131415
  1. #!/usr/bin/rc
  2. MAIL=$home/Mail
  3. EDITOR=e
  4. SUDO_EDITOR=emacs
  5. LANG='en_US.UTF-8'
  6. LC_ALL=$LANG
  7. PAGER=less
  8. history=$home/.history
  9. LS_COLORS='no=0:fi=0:di=44;37:ln=36:or=41;37:mi=41;37:pi=32:so=32;47:bd=45;37:cd=45;37:ex=33;40:'