X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.6 required=5.0 tests=AWL,BAYES_50,FAKE_REPLY_C,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Message-ID: From: "Chloe" To: Cc: "\"Aaron Schneider\"" Subject: Re: How to make persistent changes to PATH in cygwin? Date: Tue, 29 Jan 2013 00:35:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 Try this: $ echo 'export PATH=$PATH:/newpath' >> ~/.bashrc You can also edit your .bashrc file too. Here is an example line from the .bashrc export PATH=$PATH:"/cygdrive/c/Program Files/Notepad++" Here is a bonus useful thing alias splitpath="echo \$PATH | cut -d: -f1- --output-delimiter=$'\n'" -- 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