#!/bin/csh -f
#
#  BIT's csh
#
umask 02

if ($?prompt) then
  alias h history
  alias ll 'ls -l'
  alias ls 'ls -C'
endif

set history=100
set lineedit
set path = (. ~/util.d /usr/sbin /usr/lbin /usr/ucb /usr/bin /bin \
	    /etc /usr/etc /usr/new /usr/local/bin )
