diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-16 06:56:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-16 06:56:58 +0000 |
commit | e8ca928a1456fb5696131d87e31e893569cccad9 (patch) | |
tree | cf06c5c1fa2e3109f48874db56173b4bcd4534f5 | |
parent | e3c6ff9eb9547544618df56e52d6fc07d6fd3937 (diff) |
add /usr/X11R6/bin to the default PATH here. ok pval@.
-rw-r--r-- | etc/skel/dot.cshrc | 4 | ||||
-rw-r--r-- | etc/skel/dot.profile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/skel/dot.cshrc b/etc/skel/dot.cshrc index 40ed4611dab..0c809d36e6b 100644 --- a/etc/skel/dot.cshrc +++ b/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/etc/skel/dot.profile b/etc/skel/dot.profile index 3c463353db9..6c9834df57b 100644 --- a/etc/skel/dot.profile +++ b/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 |