diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-09-25 15:43:26 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-09-25 15:43:26 +0200 |
commit | 83ce7fe704e354cad33c702176c7963eb0c9e21c (patch) | |
tree | 5b12500f9976d1be265be392a314d0551cdbe046 | |
parent | 1e3067154b45202192240258231e2a12b20f00c9 (diff) |
Changed zsh hostname color to red
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PUSER=%{$(echo -n '\e[0;37m')%}%n PATKI=%{$(echo -n '\e[0;37m')%}@ -PHOST=%{$(echo -n '\e[1;30m')%}%m +PHOST=%{$(echo -n '\e[1;33m')%}%m PDOPP=%{$(echo -n '\e[1;37m')%}: PPATH=%{$(echo -n '\e[1;30m')%}%~ PCOMM=%{$(echo -n '\e[0;37m')%} |