summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2018-02-02 02:29:55 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2018-02-02 02:29:55 +0000
commit52287af624f12182bbcb1865eea000084bb61731 (patch)
tree00b4d12457d96d733991b334bcf16e7d880b07de /etc
parent538f08c4f7f2da4ba0b767834588a8d7681f4e9e (diff)
Remove . from $PATH since it seems there is no strong reason to keep
it and many people prefer to remove it. Pointed out by m-asou at soum.co.jp. ok millert espie bluhm
Diffstat (limited to 'etc')
-rw-r--r--etc/skel/dot.cshrc4
-rw-r--r--etc/skel/dot.profile4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/skel/dot.cshrc b/etc/skel/dot.cshrc
index c2ab19814b4..6dcae14c9e6 100644
--- a/etc/skel/dot.cshrc
+++ b/etc/skel/dot.cshrc
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.cshrc,v 1.7 2009/01/30 08:42:26 sobrado Exp $
+# $OpenBSD: dot.cshrc,v 1.8 2018/02/02 02:29:54 yasuoka Exp $
#
# csh initialization
@@ -13,7 +13,7 @@ alias ll ls -lsA
alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
alias z suspend
-set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,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 6c9834df57b..bd122c44e50 100644
--- a/etc/skel/dot.profile
+++ b/etc/skel/dot.profile
@@ -1,6 +1,6 @@
-# $OpenBSD: dot.profile,v 1.4 2005/02/16 06:56:57 matthieu Exp $
+# $OpenBSD: dot.profile,v 1.5 2018/02/02 02:29:54 yasuoka Exp $
#
# sh/ksh initialization
-PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/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