When i open a term, i got many redudancy in my path : /home/guillaume/bin:JAVA_PATH/bin:/home/guillaume/bin:JAVA_PATH/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin:/opt/bin:/usr/X11R6/bin:/usr/games:/usr/X11R6/bin:/usr/games:/usr/X11R6/bin:/usr/games:/usr/X11R6/bin:/usr/games:/usr/X11R6/bin:/usr/games my .bash_profile-defined path /home/guillaume/bin:JAVA_PATH/bin is repeted twice standard path /usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin:/opt/bin is OK /usr/X11R6/bin:/usr/games is repeated 5 times ! When i log in a console, everything is OK. I can understand the bash_profile repetition (session shell creation + term shell creation), even if it may be some way to prevent this. But why the other part ? -- Guillaume Rousse Murphy's law : If anything can go wrong, it will. O'Tool's commentary : Murphy was an optimist.
