master profile
 1umask 022
 2
 3export ENV=/etc/kshrc
 4export PATH=/bin
 5export MANPATH=/share/man
 6export PAGER=cat
 7export EDITOR=ed
 8export PS1='\$ '
 9export XDG_RUNTIME_DIR=/tmp
10
11if [ -n "$SSH_CONNECTION" ] ; then
12	PS1=$(hostname)$PS1
13fi