[Date Prev][Date Next][Date Index]
[ece333] .tcshrc file
Shashank
set path = ( . /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/X11R6/bin $path \
$HOME/xplot-0.90.7 /skiff/local/bin /usr/local/jdk1.2.2/bin )
# get the host's name
#setenv HOST `/bin/uname -n`
setenv HOST `/bin/hostname`
### other ###
#umask 022 # file mask 022 => disallow write by others
umask 022 # file mask 022 => disallow write by others
### set ###
unset autologout
#set noclobber # don't overwrite existing files
set history = 50 # length of history memory
set savehist
set ignoreeof # ignore ^D as exit (use "logout" instead)
set prompt = "%B%n@%m:%~%#%b "
#set prompt = "[\!] `whoami`@`hostname` >> "
set filec # filename completion is default in Linux
set color = no
if ( ! $?user ) set user = ${LOGNAME}
### setenv ###
setenv MANPATH /usr/man:/usr/X11R6/man:/usr/local/man:/:/usr/share/man
setenv MINICOM "-c on"
setenv PRINTER lp
setenv NENSCRIPT "-2Grt4"
setenv MPAGE "-2 -oml70t"
setenv LD_LIBRARY_PATH /lib:/usr/local/lib:/usr/lib:/usr/local/BerkeleyDB.4.1/lib
#setenv DISPLAY "mia.ece.uic.edu:0.0"
setenv LC_ALL "C"
setenv EDITOR "/usr/bin/emacs -nw"
setenv CVSROOT /home/cvsroot
setenv CLASSPATH /usr/local/jdk1.2.2/lib:$HOME/temp
setenv PWLIBDIR /usr/lib
#xhost +localhost
#xhost +
########################################################################
##Initialization for working with QT/X11.
##Comment out the following lines if you want to work with QT/Embedded
########################################################################
#setenv QTDIR /usr/local/qt
#setenv PATH $QTDIR/bin:$PATH
#setenv MANPATH $QTDIR/man:$MANPATH
#setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH
########################################################################
########################################################################
##Initialization for working with QT/embed.
##Comment out the following lines if you want to work with QT/X11
########################################################################
#setenv QTDIR /usr/local/qtembed-3.0.5
#setenv PATH $QTDIR/bin:$PATH
#setenv MANPATH $QTDIR/man:$MANPATH
#setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH
########################################################################
alias ed 'emacs -nw'
#####TO WORK WITH SSH############################
#ssh-agent $SHELL
#ssh-add
#################################################
Comments and corrections are appreciated and can be sent to
papers@mia.ece.uic.edu.
Click here for ©opyright information.