From ff4f4e92a5f013336f5fd754dd0430c4525dd8d3 Mon Sep 17 00:00:00 2001 From: yasuoka <> Date: Fri, 2 Feb 2018 02:29:54 +0000 Subject: [PATCH] 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 --- 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 c2ab1981..6dcae14c 100644 --- a/src/etc/skel/dot.cshrc +++ b/src/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/src/etc/skel/dot.profile b/src/etc/skel/dot.profile index 6c9834df..bd122c44 100644 --- a/src/etc/skel/dot.profile +++ b/src/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