X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=3.0 required=5.0 tests=BAYES_50,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,TW_RW,TW_WX,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: philippe roux Subject: .profile not sourced? Date: Tue, 05 Apr 2011 22:47:35 +0200 Lines: 44 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello, I have a file ~/.profile which contains some alias like alias la='ls -la' and ./bash_profile file containing the lines # source the users profile if it exists if [ -f "${HOME}/.profile" ] ; then source "${HOME}/.profile" fi when i launch the default shell (mintty) from the cygwin.bat short cuts I get : 8<--8<--8<--8<--8<-- first window 8<--8<--8<--8<--8<--8<-- $ la total 33 drwxr-xr-x+ 1 philippe None 0 Apr 5 21:37 . drwxrwxrwt+ 1 philippe root 0 Apr 5 17:52 .. -rw------- 1 philippe None 2869 Apr 5 22:33 .bash_history -rwxr-xr-x 1 philippe None 1206 Apr 5 22:19 .bash_profile -rwxr-xr-x 1 philippe None 5663 Apr 3 21:33 .bashrc -rwxr-xr-x 1 philippe None 1461 Apr 3 21:34 .inputrc -rwxr-xr-x 1 philippe None 1695 Apr 5 22:18 .profile $ mintty & 8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<-- but in the new mintty window alias are not sourced : 8<--8<--8<--8<-- second window 8<--8<--8<--8<--8<--8<--8<-- $ la bash: la: command not found 8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<-- what should i modify to recover my alias? Philippe. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple