summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-29 10:05:09 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-29 10:05:09 +0200
commit528244bcf017a3f7a6f8f2f2a3fadabc06075ada (patch)
tree3a6bb47805ae67c12aaf8387e1537d77055c4ff7 /zshrc
parentf6b9f84a3fcf1ca70800c47c5a1095d67b909d7e (diff)
New white/gray theme
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index 2732cc7..ae33b11 100644
--- a/zshrc
+++ b/zshrc
@@ -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 "