home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
minilin
/
minilin.exe
/
ETC
/
PROFILE
< prev
next >
Wrap
Text File
|
1995-01-12
|
1KB
|
41 lines
# commands common to all logins
export OPENWINHOME=/usr/openwin
export MINICOM="-c on"
export MANPATH=/usr/local/man:/usr/man/preformat:/usr/man:/usr/X11/man:/usr/openwin/man
export HOSTNAME="`cat /etc/HOSTNAME`"
PATH="$PATH:/usr/X11/bin:/usr/TeX/bin:/usr/andrew/bin:$OPENWINHOME/bin:/usr/games:."
LESS=-MM
# I had problems using 'eval tset' instead of 'TERM=', but you might want to
# try it anyway. I think with the right /etc/termcap it would work great.
# eval `tset -sQ "$TERM"`
if [ "$TERM" = "" -o "$TERM" = "unknown" -o \
"`echo $TERM | cut -b1-3`" = "con" ]; then
TERM=console
fi
#PS1='`hostname`:`pwd`# '
if [ "$SHELL" = "/bin/pdksh" ]; then
PS1="! $ "
elif [ "$SHELL" = "/bin/zsh" ]; then
PS1="%m:%~%# "
elif [ "$SHELL" = "/bin/ash" ]; then
PS1="$ "
else
PS1='\h:\w\$ '
fi
PS2='> '
if [ ! "$SHELL" = "/bin/ash" ]; then # ash doesn't have aliases
#
# Global aliases - change them to suit your needs.
#
alias ls='ls -F'
alias dir='ls -l'
alias net='term < /dev/modem > /dev/modem 2> /dev/null&'
fi
# alias startx='startx >& /dev/null'
ignoreeof=10
export PATH DISPLAY LESS TERM PS1 PS2 ignoreeof
umask 022
echo
fortune
echo