On Nov 1, 2007 5:49 AM, Florian Kulzer <[EMAIL PROTECTED]> wrote:
>
> ~/.bash_profile does this by default nowadays:
>
> # set PATH so it includes user's private bin if it exists
> if [ -d ~/bin ] ; then
> PATH=~/bin:"${PATH}"
> fi
>That's not as secure as putting the ~/bin part at the end. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

