Major hackery to get the 1.1 Beta floppies building. Have a special
[unix-history] / etc / root / dot.cshrc
CommitLineData
dd6a4acd
RG
1# $Id$
2#
25767e9e
RG
3alias mail Mail
4set history=1000
5b236d26 5set savehist=1000
8180f3b0 6set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin)
25767e9e
RG
7
8# directory stuff: cdpath/cd/back
8180f3b0 9set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,})
25767e9e
RG
10alias cd 'set old=$cwd; chdir \!*'
11alias h history
12alias j jobs -l
13alias ll ls -lg
14alias ls ls -g -k
15alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
16
659614a3 17alias z suspend
25767e9e
RG
18alias x exit
19alias pd pushd
20alias pd2 pushd +2
21alias pd3 pushd +3
22alias pd4 pushd +4
25767e9e
RG
23alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
24
25if ($?prompt) then
26 set prompt="`hostname -s`# "
5b236d26 27 set filec
25767e9e 28endif
ce8345f2 29setenv BLOCKSIZE K