<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">> No, that's not quite right. You only need the second. And to be precise,<br>> that's a list style, so setting it to the empty list would be correct.<br>> Thus:<br>><br>>   zstyle ':prompt:grml:right:setup' items<br><br></div><div class="gmail_quote">That, and my setting items to '' both seem to work now and I can't reproduce the problem I thought I was having there with needing to set both styles. I must have got confused when I was testing last time.<br><br></div><div class="gmail_quote">Thanks for correcting me about lists and sorry for the dodgy bug report - I should have tested more thoroughly :)<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">> However, I can see how use-rprompt may have confused you. Its name is<br>> probably a better description of what it does, than is the documentation<br>> in the prompts help text: If it is on (which is the default), then the<br>> prompt code is allowed to use the rprompt variables. If it is off, it<br>> is not. And it will not. It won't unset the prompt either. It leaves<br>> control over these parameter to the user. So a second way to get rid<br>> of the sad smiley would be this:<br>><br>>   zstyle ':prompt:grml:right:setup' use-rprompt false<br>>   RPS1=''<br>><br>> Documentation could be better. I will see if I can take a look at it<br>> during the day.<br><br></div><div class="gmail_quote">Thanks for the clarification.<br></div><br><br></div></div>