# C shell commands to enable use of /uns. Add these lines to your .cshrc # Add /uns directories to your path. This command assumes that you prefer # department-supported programs to those in /uns. If this is # not the case, add the directories to the *start* of your path # rather than the end. setenv PATH ${PATH}:/uns/bin:/uns/share/bin # If you want to use /uns's gcc, add this line as well. # setenv PATH /uns/gcc/bin:${PATH} # Find shared libraries for /uns programs setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/uns/lib # Find /uns man pages setenv MANPATH ${MANPATH}:/uns/share/man:/uns/man