Sindbad~EG File Manager

Current Path : /usr/home/beeson/
Upload File :
Current File : /usr/home/beeson/.tcshrc

### Generated on Sun Nov  8 19:48:02 GMT 1998 
### Edited many times since!

###---------->command line editor/misc<----------
### Configuration of the command line editor 
set echo_style = both


###---------->command line editor/bindings<----------
### Bindings for the command line editor 
### personally, I hate vi bindings to my shell.
#bindkey -v


###---------->completion/misc<----------
### Configuration on filename completion 
set autolist
set autoexpand
set matchbeep = nomatch
set listmaxrows = 25
set listmax = 64

set D = /usr/share/dict/words;


###---------->completion/userdefined<----------
### user defined completion 
complete pu  'c/+/`dirs`/'
complete fg  'c/%/j/' 'p/*/`ps -x | awk \{print\ \$1\}`/'
complete make  'p@*@`perl -ne if\ \(/^\(\[^.#\]\[^:\]+\):/\)\ \{print\ \"\$1\ \"\} Makefile`@'
complete xfig  'p/*/f:*.fig/'
complete dvips  'p/*/f:*.dvi/'
complete latex  'p/*/f:*.{tex,dtx,ins}/'
complete ftp  'p@1@`awk \{print\ \$2\} $HOME/.netrc`@'
complete xdvi  'p/*/f:*.dvi/'
complete cd  'p/1/d/'


###---------->prompt/general<----------
### Configuration related to prompts 
set ellipsis


###---------->prompt/prompt<----------
# black and white
#set prompt="%BPath: %/%b\n%S(`whoami`@%m)%s %h> "
# color
set prompt="%{\033[34m%}%BPath: %/%b%{\033[33m%} \n%S(`whoami`@%m)%s %h>%{\033[0m%} "

setenv HOME `grep "^${USER}:" /etc/passwd | awk -F ':' '{print $6}'`

###---------->prompt/prompt 2<----------
###---------->prompt/prompt 3<----------
set prompt3="Whoops>%S%R%s (ynea)? "

###---------->additional settings<----------

###---------->alias<----------
### aliases 
alias ll 'ls -aGl'
alias la 'ls -alG'
alias lg 'ls -lgaG'
alias ls 'ls -G'
alias cdll 'cd \!$; ll'
alias l 'less'
alias m 'more'
alias po 'popd"\!\!:1*"'
alias pu 'pushd "\!\!:1*"'
alias h 'history'
alias .. 'cd ..'
alias ... 'cd ..;cd ..'
alias pwd 'echo $cwd'
alias vt100 'set term=vt100'
alias m 'more'
alias x 'chmod +x "\!\!:1*"; rehash'
alias sic 'grep ^\!$ $D';
alias titlebar 'echo "]; \!$ "'

### bob, if you want confirmation for every delete, you could 
### uncomment the following two lines.
#alias mv 'mv -i'
#alias rm 'rm -i'


### Configuration of directory stack 
unset pushdsilent


###---------->files<----------
### configuration of files 
set listlinks
set rmstar
set symlinks ignore
umask 022



###---------->history<----------
### Configuration of the history mechanism 
set savehist = (500 merge)


###---------->jobs<----------
### Configuration on job related commands 
set notify


###---------->limits<----------
### Limits 
# limit stacksize 8192k
# limit coredumpsize 0k
# limit descriptors 64


###---------->logout<----------
### Configuration of logout 
set autologout = (0 200)
set ignoreeof = 2


###---------->misc<----------
### misc 
setenv EDITOR vi
setenv VISUAL vi
setenv PAGER more
#setenv TERM xterm-color
set correct = cmd


###---------->path<----------
### Configuration of path 
set path = (\
	/sbin\
	/bin\
	/usr/sbin\
	/usr/bin\
	/usr/games\
	/usr/local/bin\
	/usr/local/sbin\
	/usr/X11R6/bin\
	~/bin\
)


###---------->time<----------


###---------->login<----------
#[ "X$tty" != "X" ] && /root/bin/htaccess_for_admin

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists