# # This script executed at the start of each cshell # setenv TZ GMT umask 022 set noclobber limit coredumpsize 0 alias lr 'ls -lrtd' alias rm 'rm -i' alias mv 'mv -i' alias cp 'cp -i' alias h history #add to the search path for shell commands set shome = /local/users/pstar/programs/mexec-exec #set path = (. $shome/jcr $path) set path = ($shome/commands $path) set path = ($shome/ $path) #set path = ($shome/rapid $path) # Put current directory at the head of the path set path = (. $path) set dhome = /local/users/pstar/cruise if (! $?cdpath )set cdpath set cdpath = (. $dhome/data $dhome $cdpath) set prompt="$user@`hostname` %/ > "