From: Mark Wooding Date: Mon, 20 Mar 2006 15:39:18 +0000 (+0000) Subject: bash_profile: Include /opt/nfast/gcc/bin in the PATH. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/b187640ae7728425103da3b53916a8d8bf144d26 bash_profile: Include /opt/nfast/gcc/bin in the PATH. --- diff --git a/bash_profile b/bash_profile index a4524ea..4656cbe 100644 --- a/bash_profile +++ b/bash_profile @@ -1,3 +1,4 @@ +# -*-sh-*- # # $Id: .profile,v 1.3 1997/01/09 20:30:23 mdw Exp $ # @@ -71,7 +72,7 @@ __mdw_conf () { __mdw_addto PATH l \ $HOME/bin \ {,/usr{,/local}{,/X11R6}}{/bin,/sbin,/games} \ - /opt/nfast{/bin,/sbin} \ + /opt/nfast{,/gcc}{/bin,/sbin} \ $HOME/src/ncipher/scripts if [ -d /usr/local/plan9 ]; then export PLAN9=/usr/local/plan9