Merge branch 'initial-rework' of https://github.com/adamlsd/cshenv into initial-rework

This commit is contained in:
ADAM David Alan Martin
2014-02-02 17:25:11 -05:00
5 changed files with 49 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# CSHENV Aliases:
alias resource source ${CSHENV_DIR}/tcshrc
alias resource source ${CSHENV_DIR}/startup_hooks/tcshrc
alias relog resource
alias rl relog
@ -28,7 +28,7 @@ if( $?CSHENV_USE_GNU_LS ) then
setenv CSHENV_SYSTEM_LS Linux
else
setenv CSHENV_SYSTEM_LS $SYSTEM
setenv CSHENV_SYSTEM_LS $CSHENV_SYSTEM
endif
if( $?CSHENV_DEBUG ) then
echo "Done with gls probe..."