diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-05-13 13:41:12 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-05-13 13:41:12 +0200 |
commit | 87478f1f28daa38c1cc7d40f5862e5eea7222d63 (patch) | |
tree | e3248c6065143894116c6e3cb9172f447bf80568 /zshrc | |
parent | 0a9f666272456a2806495e6c8441f5eb2747230e (diff) |
Added a dot after the prompt
Diffstat (limited to '')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ PHOST=%{$(echo -n '\e[1;32m')%}%m PDOPP=%{$(echo -n '\e[1;37m')%}: PPATH=%{$(echo -n '\e[1;32m')%}%~ PCOMM=%{$(echo -n '\e[0;37m')%} -PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM " +PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM • " export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games |