summaryrefslogtreecommitdiff
path: root/etc/skel/dot.profile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2005-02-16 06:56:58 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2005-02-16 06:56:58 +0000
commite8ca928a1456fb5696131d87e31e893569cccad9 (patch)
treecf06c5c1fa2e3109f48874db56173b4bcd4534f5 /etc/skel/dot.profile
parente3c6ff9eb9547544618df56e52d6fc07d6fd3937 (diff)
add /usr/X11R6/bin to the default PATH here. ok pval@.
Diffstat (limited to 'etc/skel/dot.profile')
-rw-r--r--etc/skel/dot.profile4
1 files changed, 2 insertions, 2 deletions
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