|
|
1.1 root 1: alias mail Mail
2: set history=1000
3: set path=(/sbin /usr/sbin /bin /usr/bin /usr/local /usr/hosts /usr/contrib .)
4:
5: # directory stuff: cdpath/cd/back
6: set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})
7: alias cd 'set old=$cwd; chdir \!*'
8: alias h history
9: alias j jobs -l
10: alias ll ls -lg
11: alias ls ls -g -k
12: alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
13:
14: # sccs stuff: sd/co/ci/allout/out/unedit
15: alias sd sccs diffs
16: alias co sccs get -e
17: alias ci sccs delget
18: alias allout "(cd ..; echo */SCCS/p.*|sed s/SCCS\\/p.//g)"
19: alias out "echo SCCS/p.*|sed s/SCCS\\/p.//g"
20: alias info sccs info
21: alias unedit sccs unedit
22: alias get sccs get
23: alias prt sccs prt
24: alias z suspend
25: alias x exit
26: alias pd pushd
27: alias pd2 pushd +2
28: alias pd3 pushd +3
29: alias pd4 pushd +4
30: alias df df -k
31: alias du du -k
32: alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
33:
34: if ($?prompt) then
35: set prompt="`hostname -s`# "
36: endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.