Problem regarding Bash 3.1.10

2006-03-04 Thread Frank Staals

\[Hey,

I ran a portupgrade yesterday, and noticed that bash got updated, 
allthough I dislike the way it is visible in my shells. Normally I 
whould have


[EMAIL PROTECTED]

but this seems to have changed when I ran portupgrade, currently it is 
like this:


[EMAIL PROTECTED] ~]$ when I'm in my homedir. The problem is when entering 
a long path, or a directory which hasn't been renamed properly yet, for 
example when I'm in ~/tmp/\[Nipponsei\]\ Shakugan\ no\ Shana\ Original\ 
Sound\ Track my shell becomes:


[EMAIL PROTECTED] ~/tmp/\[Nipponsei\]\ Shakugan\ no\ Shana\ Original\ Sound\ 
Track]$


which leaves absolutely no place on the line for my commands, which I 
think is very anoying. I read the man and looked up if I could find 
something in .bashrc but I didn't realy know what to look for. So my 
question is; how can I set bash so it will be visible in the old way ( 
[EMAIL PROTECTED] ) ?


I'm running 5-Stable with bash-3.1.10 ( the old view was with 3.0.16_1 )

Thanks in advance

--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem regarding Bash 3.1.10

2006-03-04 Thread Pietro Cerutti
On 3/4/06, Frank Staals [EMAIL PROTECTED] wrote:
 \[Hey,

Hallo

 So my question is; how can I set bash so it will be visible in the old way (
 [EMAIL PROTECTED] ) ?

put PS1=[EMAIL PROTECTED]  in your ~/.bashrc file

here's some interesting stuff about bash prompt:
http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/

 Thanks in advance

Hope this helps,


 --
 -Frank Staals


--
Pietro Cerutti
[EMAIL PROTECTED]

   Non lasciar calpestare i TUOI diritti!
   Don't let 'em take YOUR rights!

   NO al Trusted Computing!
   Say NO to Trusted Computing!

   www.no1984.org
   www.againsttcpa.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem regarding Bash 3.1.10

2006-03-04 Thread Frank Staals

Pietro Cerutti wrote:

On 3/4/06, Frank Staals [EMAIL PROTECTED] wrote:
  

\[Hey,



Hallo

  

So my question is; how can I set bash so it will be visible in the old way (
[EMAIL PROTECTED] ) ?



put PS1=[EMAIL PROTECTED]  in your ~/.bashrc file

here's some interesting stuff about bash prompt:
http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/

  

Thanks in advance



Hope this helps,

  

--
-Frank Staals




--
Pietro Cerutti
[EMAIL PROTECTED]

   Non lasciar calpestare i TUOI diritti!
   Don't let 'em take YOUR rights!

   NO al Trusted Computing!
   Say NO to Trusted Computing!

   www.no1984.org
   www.againsttcpa.com


  

Thanks, that fixed it

--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]