X-Original-To: alpine-devel@lists.alpinelinux.org Received: from hellgate.2create.at (hellgate.2create.at [188.40.92.47]) by lists.alpinelinux.org (Postfix) with ESMTP id 9DA145C40C8 for ; Mon, 30 May 2016 13:33:59 +0000 (GMT) Received: from battop.wayne-enterprises.company (unknown [82.202.112.233]) (Authenticated sender: leo@leo-unglaub.net) by hellgate.2create.at (Postfix) with ESMTPSA id 6EA846F4EA46 for ; Mon, 30 May 2016 15:33:58 +0200 (CEST) To: alpine-devel@lists.alpinelinux.org From: Leo Unglaub Subject: [alpine-devel] Adding ~/.bin to the default path Message-ID: <574C4143.4000501@leo-unglaub.net> Date: Mon, 30 May 2016 15:33:55 +0200 User-Agent: Mozilla/5.0 (X11; OpenBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hey friends, i think it would be a good idea to add ~/.bin to the default PATH variable. That way users directly have a directory that they can use for there own scripts. In OpenBSD the folder ~./bin is included by default but i would prefer to have the folder to be hidden by default. > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/.bin What is your opinion on that? Greetings Leo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---