Results 1 to 3 of 3
Hi, I recently edited my bash command line so that it's in color. Everything looked like I expected it to. Then all of a sudden one day I login and ...
- 04-05-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
Bash command prompt difficulties
Hi, I recently edited my bash command line so that it's in color. Everything looked like I expected it to. Then all of a sudden one day I login and I've got [] squares in my command line. Anyone know how I can get rid of them?
The line in my .bashrc file is below:
PS1="\033[0;34m\][\t]\033[0;34m\][\u@seaborg:\w]\$ \033[0;00m\] "
Thanks in advance =)
- 04-05-2007 #2Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
Actually the strange thing is that it depends on which computer I use to ssh into this cluster. If I ssh in from home I don't get this problem. If I login on my computer at work I do.
- 04-09-2007 #3Linux Newbie
- Join Date
- Jun 2005
- Posts
- 123
That's not strange.
Terminals interpret character codes differently. Try using a different terminal emulator at work, or configure your current one to work.


Reply With Quote
