1995-06-29 08:30:43 +02:00
|
|
|
# $Id: dot.cshrc,v 1.12 1994/10/27 05:26:59 phk Exp $
|
1994-02-21 21:36:03 +01:00
|
|
|
#
|
1993-06-20 15:41:45 +02:00
|
|
|
alias mail Mail
|
|
|
|
set history=1000
|
1994-01-22 11:58:26 +01:00
|
|
|
set savehist=1000
|
1994-02-18 10:51:54 +01:00
|
|
|
set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin)
|
1993-06-20 15:41:45 +02:00
|
|
|
|
|
|
|
# directory stuff: cdpath/cd/back
|
1994-10-27 06:27:00 +01:00
|
|
|
# set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,})
|
1993-06-20 15:41:45 +02:00
|
|
|
alias cd 'set old=$cwd; chdir \!*'
|
|
|
|
alias h history
|
|
|
|
alias j jobs -l
|
1995-06-29 08:30:43 +02:00
|
|
|
alias ll ls -lo
|
|
|
|
alias ls ls -o -k
|
1993-06-20 15:41:45 +02:00
|
|
|
alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
|
|
|
|
|
1993-08-31 09:19:58 +02:00
|
|
|
alias z suspend
|
1993-06-20 15:41:45 +02:00
|
|
|
alias x exit
|
|
|
|
alias pd pushd
|
|
|
|
alias pd2 pushd +2
|
|
|
|
alias pd3 pushd +3
|
|
|
|
alias pd4 pushd +4
|
|
|
|
alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
|
|
|
|
|
|
|
|
if ($?prompt) then
|
|
|
|
set prompt="`hostname -s`# "
|
1994-01-22 11:58:26 +01:00
|
|
|
set filec
|
1993-06-20 15:41:45 +02:00
|
|
|
endif
|
1993-08-03 00:50:43 +02:00
|
|
|
setenv BLOCKSIZE K
|