# Bourne Shell commands to enable use of /uns. Add these lines to your # .profile # 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. PATH=${PATH}:/uns/bin:/uns/share/bin export PATH # If you want to use /uns's gcc, add this line as well. #PATH=/uns/gcc/bin:${PATH} #export PATH # Find shared libraries for /uns programs LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/uns/lib export LD_LIBRARY_PATH # Find /uns man pages MANPATH=${MANPATH}:/uns/share/man:/uns/man export MANPATH