# executable search  path
setenv PATH $HOME/bin:/usr/ucb:/usr/local/bin:/bin:/usr/bin:/etc:/usr/lib/uucp:/usr/bin/X11:/usr/games:/usr/lib:/sbin:/usr/sbin:

# bbs stuff 
setenv BBSDIR /bbsdev
setenv SYSOP shaw

# generic setup stuff (for X basically)
setenv TERMINFO /usr/lib/terminfo
setenv OPENWINHOME /usr/openwin
setenv LD_LIBRARY_PATH /usr/openwin/lib

# setup manual paths
setenv MANPATH /usr/man:/usr/local/man:/usr/openwin/man:/usr/X386/man

# set default prompt
set prompt="`hostname`-bbs % "

# tell me when background job status changes
set notify

# set mail directory and check time
set mail=/usr/spool/mail/$LOGNAME

# set default permissions mask
set umask=066

# set default time notification
set time=15

# set history file length
set history=30
set savehist=20

#set timezone 
setenv  TZ MST7MDT

# set default editor
set VISUAL=vi

# setup size of screen
#setenv LINES 24
#setenv COLUMNS 80
#eval `resize`

# well, since this is tcsh, I can set the line editing key bindings
bind vi

# default time slice 
setenv HZ 100

# setup my aliases
alias . logout
alias mail elm
alias ls 'ls -CF'
alias compress 'gzip -v'
alias uncompress gunzip
alias more less
alias mkae make

# setup default terminal settings 
	stty erase "^H" kill "^U" intr "^C" eof "^D" 
	stty hupcl ixon ixoff

# now give me my 'quote of the login'
	echo Quote of the Login
	fortune

