# put this in your ~/.zshrc or /etc/zshrc # Note that the zsh-version cant be copied and pasted. # since it uses esc-codes, you have to make them yourself. # # I am not gonna go into how you make esc-codes, so dont botter to mail me # about it, I will just pass it to my friend null. # # ----- skijk@linux.se --- http://skijk.localhosted.net ----- --------------cut--------------- PROMPT=' %{%}Ú-(%{%}%n%{%}@%{%}%M%{%})-(%{%}%D %T%{%})-(%{%}tty%l%{%})-> ÀÄ=Ä> ' RPROMPT='%{%}<-(%{%}%~/%{%})-%{%}' --------------cut---------------