summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.cshrc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-06-20 13:41:45 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-06-20 13:41:45 +0000
commit241ccdeaf33c080d675cd85c358a16633866cf81 (patch)
treec84dd7ab382aa1dba3e4756697763fde81eccd04 /etc/root/dot.cshrc
parent146bcedccdd97829716f102265608ee44a35d3a1 (diff)
downloadFreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.zip
FreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.tar.gz
Initial import of 386BSD 0.1 othersrc/etc
Diffstat (limited to 'etc/root/dot.cshrc')
-rw-r--r--etc/root/dot.cshrc36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc
new file mode 100644
index 0000000..7e273b0
--- /dev/null
+++ b/etc/root/dot.cshrc
@@ -0,0 +1,36 @@
+alias mail Mail
+set history=1000
+set path=(/sbin /usr/sbin /bin /usr/bin /usr/local /usr/hosts /usr/contrib .)
+
+# directory stuff: cdpath/cd/back
+set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})
+alias cd 'set old=$cwd; chdir \!*'
+alias h history
+alias j jobs -l
+alias ll ls -lg
+alias ls ls -g -k
+alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
+
+# sccs stuff: sd/co/ci/allout/out/unedit
+alias sd sccs diffs
+alias co sccs get -e
+alias ci sccs delget
+alias allout "(cd ..; echo */SCCS/p.*|sed s/SCCS\\/p.//g)"
+alias out "echo SCCS/p.*|sed s/SCCS\\/p.//g"
+alias info sccs info
+alias unedit sccs unedit
+alias get sccs get
+alias prt sccs prt
+alias z suspend
+alias x exit
+alias pd pushd
+alias pd2 pushd +2
+alias pd3 pushd +3
+alias pd4 pushd +4
+alias df df -k
+alias du du -k
+alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
+
+if ($?prompt) then
+ set prompt="`hostname -s`# "
+endif
OpenPOWER on IntegriCloud