source $SourceHome/.os/common set user=`whoami` #set path = (/usr/bsd /usr/local/bin /usr/local/etc /usr/ucb /usr/bin /usr/etc /bin /usr/X11R6/bin /usr/sbin /sbin /usr/local/sbin /etc /usr/bin/X11 .) #if ("$user" != "root") set path = (~/bin ~/bin/IRIX $path) if -e /usr/local/bin/ls then alias ls '/usr/local/bin/ls $LS_OPTIONS' else if -e ~/bin/IRIX/ls then alias ls '~/bin/IRIX/ls $LS_OPTIONS' endif if ($?DISPLAY) then else source $SourceHome/.os/xdispset endif