zshrc: Use %# instead of %% for the `percent' token in the prompt
authorFrank Terbeck <ft@grml.org>
Wed, 6 Mar 2013 11:42:52 +0000 (12:42 +0100)
committerFrank Terbeck <ft@grml.org>
Wed, 6 Mar 2013 11:42:52 +0000 (12:42 +0100)
commit5ef5260128becce09ba1f6ddcc5395892cba3ff2
treed9c13222dadf4b58adc0d8b1fb611a8bcf39aca1
parent226d4144459db95b206e54af580b962ec655eaf9
zshrc: Use %# instead of %% for the `percent' token in the prompt

The "%%" puts a percent sign unconditionally, but we only want the percent for
non-root users. root should still have the "#" sign. This is the fix for that.

Signed-off-by: Frank Terbeck <ft@grml.org>
etc/zsh/zshrc