Added basic path extensions
This commit is contained in:
4
tcshrc
4
tcshrc
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user