ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

.profile (197B)


      1 PATH=/bin
      2 TERM=linux
      3 HISTFILE=~/.mksh_history
      4 EDITOR=jmacs
      5 PAGER=less
      6 ENV=~/.mkshrc
      7 export PATH TERM HISTFILE EDITOR PAGER ENV
      8 
      9 set -o emacs
     10 set -o bgnice
     11 set -o notify
     12 set -o utf8-mode
     13 
     14 umask 022