aboutsummaryrefslogtreecommitdiffstats
path: root/_tcsh/heainit.csh
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-10-30 16:14:19 +0800
committerAaron LI <aly@aaronly.me>2017-10-30 16:14:19 +0800
commitdc8c86e11a8cbb36b384085f7154860d4bd003f4 (patch)
treed7369fe800a70c21f2f4a237a37d50b1f2d739bb /_tcsh/heainit.csh
parent56a1b4c0bcdc3024bcec0fc5a41f1d763193f336 (diff)
downloaddotfiles-dc8c86e11a8cbb36b384085f7154860d4bd003f4.tar.bz2
tcsh: Remove tcsh/ and tcshrc.local; cleanup tcshrc, add new keybindings
Diffstat (limited to '_tcsh/heainit.csh')
-rw-r--r--_tcsh/heainit.csh14
1 files changed, 0 insertions, 14 deletions
diff --git a/_tcsh/heainit.csh b/_tcsh/heainit.csh
deleted file mode 100644
index ddd6c1c..0000000
--- a/_tcsh/heainit.csh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/csh
-#
-# HEASOFT settings
-#
-
-source $HEADAS/headas-init.csh
-# set HEA_LDLIB="`echo $LD_LIBRARY_PATH | tr ':' '\n' | grep 'heasoft' | head -n 1`"
-
-if ( $?LD_LIBRARY_PATH_BAK ) then
- setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH_BAK}"
-endif
-
-exit 0
-