# cedar.login
# Copyright (c) 1990, 1991, 1992, 1993 Xerox Corporation
# David Nichols, May 2, 1990 6:26 pm PDT
# JKF, March 12, 1991 11:43:57 am PST
# Additions to .login for Cedar.
# Users should add
# source /project/cedar10.1/scripts/cedar.login
# to their .login file, or just add these commands to it.
setenv cedar10←1 /project/cedar10.1/
if ( $PATH !~ */project/cedar10.1/bin* ) then
set path = ( /project/cedar10.1/bin $path )
endif