Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:zsh [2011/08/06 18:31] – created Nicopublic:zsh [2013/02/18 15:03] (current) – [Right prompt] typo Nico
Line 9: Line 9:
 setopt extendedhistory setopt extendedhistory
  
-alias history='history -i'+alias history='history -i -d 1'
 </code> </code>
 ===== Prompt ===== ===== Prompt =====
Line 35: Line 35:
  
 <code> <code>
-RPROMPT='%?+RPROMPT='%?'
 </code> </code>