diff options
author | nate <nate@FreeBSD.org> | 1995-09-18 19:53:42 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1995-09-18 19:53:42 +0000 |
commit | 34e8d1a314897dd11162ac5cefb4265042a37c4a (patch) | |
tree | aac414e405dec592e731cc0932975e42682bb894 /etc/root | |
parent | 36d9e3521826f732a3e500c5f303cef9c7b4604d (diff) | |
download | FreeBSD-src-34e8d1a314897dd11162ac5cefb4265042a37c4a.zip FreeBSD-src-34e8d1a314897dd11162ac5cefb4265042a37c4a.tar.gz |
Fix the cdpath to find utilities in the gnu src tree.
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.cshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 7db55b8..6c36eb5 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,4 +1,4 @@ -# $Id: dot.cshrc,v 1.12 1994/10/27 05:26:59 phk Exp $ +# $Id: dot.cshrc,v 1.13 1995/06/29 06:30:42 joerg 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,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 |