Whats in your PS1?
Theres a discussion going on at reddit about PS1 ( here ).
Mine is:
PS1='\d \t\n\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \n\$\[\033[00m\] ‘
and it looks like:
Wed Feb 20 01:09:15
sontek@inspidell ~
$
Thanks to Chris Crummer for pointing out the reddit post.








Back when I used zsh, it was as follows:
%n@%m:%~ %h:%?%#
Which gave the following prompt:
hobbsc@sdf:~ 1002:0%
Now that I’m using bash, its just the default prompt:
$(ppwd \l)\u@\h:\w>
Which shows:
chobbs@SS002:~>
Comment by Christopher — February 20, 2008 @ 7:29 am
Mine looks like this (I use zsh):
PS1=%{%b%}[%{%}%n%{%b%}@%{%}%m%{%b%}]
[joao.trindade@smarties]
And in the right side:
LPROMPT=%{%b%s%u%}%{%}(%{%}%B%~%b%{%})%{%b%s%u%}
(~/workspace)
Comment by Joao Trindade — May 15, 2008 @ 2:33 am