diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-29 10:05:09 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-29 10:05:09 +0200 |
commit | 528244bcf017a3f7a6f8f2f2a3fadabc06075ada (patch) | |
tree | 3a6bb47805ae67c12aaf8387e1537d77055c4ff7 /zshrc | |
parent | f6b9f84a3fcf1ca70800c47c5a1095d67b909d7e (diff) |
New white/gray theme
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ PUSER=%{$(echo -n '\e[0;37m')%}%n -PATKI=%{$(echo -n '\e[1;37m')%}@ -PHOST=%{$(echo -n '\e[1;32m')%}%m +PATKI=%{$(echo -n '\e[0;37m')%}@ +PHOST=%{$(echo -n '\e[1;30m')%}%m PDOPP=%{$(echo -n '\e[1;37m')%}: -PPATH=%{$(echo -n '\e[1;32m')%}%~ +PPATH=%{$(echo -n '\e[1;30m')%}%~ PCOMM=%{$(echo -n '\e[0;37m')%} PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM " |