#*******************************************************************************
# E.S.O. - VLT project
#
# "@(#) $Id: TCshrc.source,v 1.160 1999/04/14 09:29:32 vltsccm Exp $" 
#
# template for .tcshrc
#
# who        when        what
# ---------  ----------  ----------------------------------------------
# G.FILIPPI  16/07/1993  created (See /vlt/System/Cshrc.source for more)
#

#------------------------------------------------------------------------------ 
# VLT standard environment (common to C and TC shells)
source /vlt/System/System.cshrc

#------------------------------------------------------------------------------ 
# key binding

setenv NOREBIND 1
bindkey -e
bindkey ^[^[[D backward-word
bindkey ^[^[[C forward-word

#------------------------------------------------------------------------------ 
# additional user-specific environment
#      If you need additional definitions, do not edit this file but 
#      create a file named $HOME/.tcshrc.local. It will be sourced automatically
#
if ( -r $HOME/.tcshrc.local ) source $HOME/.tcshrc.local

# ___oOo___
