From 632650efa6110d4ae595712c90ae78e5e01436fe Mon Sep 17 00:00:00 2001 From: matthieu <> Date: Wed, 16 Feb 2005 06:56:57 +0000 Subject: [PATCH] add /usr/X11R6/bin to the default PATH here. ok pval@. --- src/etc/skel/dot.cshrc | 4 ++-- src/etc/skel/dot.profile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/skel/dot.cshrc b/src/etc/skel/dot.cshrc index 40ed4611..0c809d36 100644 --- a/src/etc/skel/dot.cshrc +++ b/src/etc/skel/dot.cshrc @@ -1,4 +1,4 @@ -# $OpenBSD: dot.cshrc,v 1.4 2005/02/07 06:08:10 david Exp $ +# $OpenBSD: dot.cshrc,v 1.5 2005/02/16 06:56:57 matthieu Exp $ # # csh initialization @@ -13,7 +13,7 @@ alias ll ls -lgsA alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' alias z suspend -set path = (~/bin /bin /sbin /usr/{bin,sbin,local/bin,local/sbin,games} .) +set path = ( ~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,local/bin,local/sbin,games} .) if ($?prompt) then # An interactive shell -- set some stuff up diff --git a/src/etc/skel/dot.profile b/src/etc/skel/dot.profile index 3c463353..6c9834df 100644 --- a/src/etc/skel/dot.profile +++ b/src/etc/skel/dot.profile @@ -1,6 +1,6 @@ -# $OpenBSD: dot.profile,v 1.3 2002/06/09 06:15:15 todd Exp $ +# $OpenBSD: dot.profile,v 1.4 2005/02/16 06:56:57 matthieu Exp $ # # sh/ksh initialization -PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games:. +PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:. export PATH HOME TERM