From d88565e76de92960812bb0ed8741184da7d42789 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sun, 26 Jan 2014 19:21:09 -0500 Subject: [PATCH] Added basic path extensions --- tcshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tcshrc b/tcshrc index 91fdf77..f356cb9 100644 --- a/tcshrc +++ b/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