diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-06 15:48:32 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-06 15:48:32 +0800 |
commit | b7dc7fcde02f1774b0d14dc6edcec662f3c6e579 (patch) | |
tree | 2288fcc7b06bc2a15cf54ed8a76efcf3d2e3b318 /.tcsh/ciaoinit.csh | |
parent | a804d0436a98faffb6d3179697aaee9473548593 (diff) | |
download | dotfiles-b7dc7fcde02f1774b0d14dc6edcec662f3c6e579.tar.bz2 |
Rename .tcsh* => _tcsh*
Diffstat (limited to '.tcsh/ciaoinit.csh')
-rw-r--r-- | .tcsh/ciaoinit.csh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.tcsh/ciaoinit.csh b/.tcsh/ciaoinit.csh deleted file mode 100644 index 8aa292b..0000000 --- a/.tcsh/ciaoinit.csh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/csh - -# -# CIAO settings -# - -set CIAO_STATE="`echo $PATH | tr ':' '\n' | grep 'ciao'`" -if ( "x${CIAO_STATE}" == "x" ) then - source $CIAO_PATH/bin/ciao.csh -else - source $CIAO_PATH/bin/ciao.csh -o -endif -unset CIAO_STATE - -setenv CIAO_LD_LIBRARY_PATH "${ASCDS_INSTALL}/lib:${ASCDS_INSTALL}/ots/lib:${ASCDS_INSTALL}/ots/lib/vtk-5.10" -setenv ASCDS_IMAGER_PATH "${ASCDS_INSTALL}/ots/saord" - -exit 0 - |