summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.cshrc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-27 05:27:00 +0000
committerphk <phk@FreeBSD.org>1994-10-27 05:27:00 +0000
commite98ab36cf2bd794e7650d0e2a49d84fb92d08334 (patch)
tree51c2bf7993d7567f2fca883aa730be162cb76604 /etc/root/dot.cshrc
parenteb0c230b883c0746cca22225c790774f2c3047b0 (diff)
downloadFreeBSD-src-e98ab36cf2bd794e7650d0e2a49d84fb92d08334.zip
FreeBSD-src-e98ab36cf2bd794e7650d0e2a49d84fb92d08334.tar.gz
Fix a bunch of annoying details here, while I remember it.
Diffstat (limited to 'etc/root/dot.cshrc')
-rw-r--r--etc/root/dot.cshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc
index cdead91..ffa5ecc 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -1,4 +1,4 @@
-# $Id: dot.cshrc,v 1.10 1994/09/19 07:01:35 pst Exp $
+# $Id: dot.cshrc,v 1.11 1994/09/22 08:23:02 rgrimes Exp $
#
alias mail Mail
set history=1000
@@ -6,7 +6,7 @@ set savehist=1000
set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin)
# directory stuff: cdpath/cd/back
-set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,})
+# set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,})
alias cd 'set old=$cwd; chdir \!*'
alias h history
alias j jobs -l
OpenPOWER on IntegriCloud