freebsd-dev/etc/root/dot.cshrc

30 lines
812 B
Plaintext
Raw Normal View History

# $Id: dot.cshrc,v 1.14 1995/09/18 19:53:42 nate Exp $
1994-02-21 20:36:03 +00:00
#
alias mail Mail
set history=1000
set savehist=1000
set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin)
# directory stuff: cdpath/cd/back
set cdpath=(/sys/{i386,compile,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,include,} /usr/src/gnu/{games,include,lib,libexec,usr.bin,usr.sbin,})
alias cd 'set old=$cwd; chdir \!*'
alias h history
alias j jobs -l
alias ll ls -lo
alias ls ls -o -k
alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
alias z suspend
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`# "
set filec
endif
1993-08-02 22:50:43 +00:00
setenv BLOCKSIZE K