Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "John Morrison" To: "cygwin" Subject: skel ~/.bash_profile (was RE: HOME) Date: Mon, 5 May 2003 16:59:07 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Proposed skel ~/.bash_profile J. # ~/.bash_profile: executed by bash for login shells. if [ -e /etc/bash.bashrc ] ; then source /etc/bash.bashrc fi if [ -e ~/.bashrc ] ; then source ~/.bashrc fi # Set PATH so it includes user's private bin if it exists # if [ -d ~/bin ] ; then # PATH=~/bin:"${PATH}" # fi # Set MANPATH so it includes users' private man if it exists # if [ -d ~/man ]; then # MANPATH=~/man:"${MANPATH}" # fi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/