Added basic path extensions

This commit is contained in:
2014-01-26 19:21:09 -05:00
parent 2fc842635e
commit d88565e76d

4
tcshrc
View File

@ -3,6 +3,8 @@ if( ( $?CSHENV_DEBUG ) || ( $?CSHENV_VERBOSE_STARTUP ) ) then
echo "Currently running tcshrc script"
endif
set path=( ${CSHENV_DIR}/bin ${path} )
# Figure out what kind of tcsh we are running.
if( $?tcsh ) then
@ -104,6 +106,8 @@ if( $?CSHENV_ORGANIZATION ) then
safe_source ${CSHENV_DIR}/tcshrc.${CSHENV_ORGANIZATION}
endif
set path=( ${path} /usr/sbin /sbin )
# TCSHRC Prompt is the LAST thing we do, since it's the entry to
# user interface