On 10/5/06, <b class="gmail_sendername">Daniel Victoria</b> &lt;<a href="mailto:daniel.victoria@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">daniel.victoria@gmail.com</a>&gt; wrote:<div>
<span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
HI,<br><br>I compiled and installed Grass6.2RC1 and was using it normaly when the<br>conection from the windows terminal to the linux box where I run grass<br>shut off. Now, when I open the terminal in the linux box the bash
<br>prompt is GRASS 6.2.0RC1 ():~ &gt;<br><br>How can I make it go back to the way it was?<br>Should I delete some grass temp file?<br>Thanks<br>Daniel</blockquote><div><br>
</div></div><br>
to set the linux terminal prompt to [user@server_name directory]<br>
<br>
put <br>
&nbsp; PS1=&quot;[\u@\h \W]\\$ &quot;<br>
in /home/youraccount/.bashrc<br>
and<br>
&nbsp; source .bashrc<br>
&nbsp; (or log out, log back in)<br>
<br>see the man page for bashrc for the other prompt options<br>
<br>
 lp<br>
<br>