aboutsummaryrefslogtreecommitdiffstats
path: root/.tcshrc.local
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-06-21 22:44:06 +0800
committerWeitian LI <liweitianux@gmail.com>2014-06-21 22:44:06 +0800
commit886eab400e2883b9424243b72af3002896781e02 (patch)
treef730ba706478a1e8fcafcefc8b7c1f5f4b4d57e2 /.tcshrc.local
parentb35be1d080b8abcbe989dc2687d61b4b2d450099 (diff)
downloaddotfiles-886eab400e2883b9424243b72af3002896781e02.tar.bz2
Updated & Added configuration files.
Added: * .calendar (BSD calendar) * .config/openbox/ * .config/tint2/ * .rtorrent.rc * .screenrc * .tcsh/, .tcshrc, .tcshrc.local Updated: * .gitignore * .lftp/rc * .tmux.conf
Diffstat (limited to '.tcshrc.local')
-rw-r--r--.tcshrc.local41
1 files changed, 41 insertions, 0 deletions
diff --git a/.tcshrc.local b/.tcshrc.local
new file mode 100644
index 0000000..d000051
--- /dev/null
+++ b/.tcshrc.local
@@ -0,0 +1,41 @@
+#############################################################################
+##
+## .tcshrc.local
+##
+## Author: Simos Xenitellis (simos.lists@googlemail.com)
+##
+## This is the .tcshrc.local file, part of the TCSHRC project
+## at http://tcshrc.sourceforge.net
+##
+## Here you add your aliases, sets, completions and bindkeys that you want
+## to override from the default settings.
+
+### TeXLive
+if ( -d /usr/local/texlive/bin/x86_64-linux ) then
+ set -f path = ( /usr/local/texlive/bin/x86_64-linux $path )
+endif
+
+### ConTeXt
+setenv OSFONTDIR "$HOME/.fonts;/usr/share/fonts"
+
+### DS9 settings
+#if ( -x ~/bin/ds9 ) then
+# alias ds9 '~/bin/ds9'
+#endif
+
+# astro CALDB
+if ( $?CALDB == 0 ) then
+ setenv CALDB "$HOME/local/CALDB"
+ setenv CALDBALIAS "${CALDB}/software/tools/alias_config.fits"
+ setenv CALDBCONFIG "${CALDB}/software/tools/caldb.config"
+endif
+
+setenv HEADAS "/opt/heasoft/heasoft-6.12/x86_64-unknown-linux-gnu"
+setenv CIAO_PATH "/opt/ciao/ciao-4.4"
+#setenv SAS_DIR "/opt/xmmsas/xmmsas_20110223_1801"
+alias heainit 'source ~/.tcsh/heainit.csh'
+alias ciaoinit 'source ~/.tcsh/ciaoinit.csh'
+#alias sasinit 'source ~/.tcsh/sasinit.csh'
+
+### misc settings
+