The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



Thread: Help with $path
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-26-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,650
You can set the PATH permanently by adding that to your .profile or similar. ("Or similar" because it depends on which shell you are using. .profile should work for Bourne-compatible shells.) You might still want to investigate why and how your PATH got zapped in the first place.

A segmentation fault in nano is not "your" fault, it's the guy who wrote nano who apparently didn't take window size changes into account, or didn't know how to handle them properly. Now you have the source code so maybe you can fix that (-: but seriously, you might just live with not resizing your terminal, or use another editor which can cope.
Reply With Quote