summaryrefslogtreecommitdiffstats
path: root/etc/root
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-09-19 04:57:31 +0000
committernate <nate@FreeBSD.org>1995-09-19 04:57:31 +0000
commit8fd6f0e694d36105ac32017aeae8a1e5866f6ee9 (patch)
treec082fd0db09fc56a65e76c2ce3a170621d71f26d /etc/root
parent32649c9af4e7665a35b701d473475979368555b9 (diff)
downloadFreeBSD-src-8fd6f0e694d36105ac32017aeae8a1e5866f6ee9.zip
FreeBSD-src-8fd6f0e694d36105ac32017aeae8a1e5866f6ee9.tar.gz
Added /usr/src/sys/compile to cdpath.
Set cdpath instead of leaving it commented out.
Diffstat (limited to 'etc/root')
-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 6c36eb5..bbe3174 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -1,4 +1,4 @@
-# $Id: dot.cshrc,v 1.13 1995/06/29 06:30:42 joerg Exp $
+# $Id: dot.cshrc,v 1.14 1995/09/18 19:53:42 nate 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,include,} /usr/src/gnu/{games,include,lib,libexec,usr.bin,usr.sbin})
+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
OpenPOWER on IntegriCloud