summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index 8520458..93826e9 100644
--- a/zshrc
+++ b/zshrc
@@ -1,11 +1,11 @@
-PTIME=%{$(echo -n '\e[0;31m')%}%T
-PUSER=%{$(echo -n '\e[0;37m')%}%n
+PTIME=%{$(echo -n '\e[0;40;35m')%}%T
+PUSER=%{$(echo -n '\e[0;40;37m')%}%n
PATKI=%{$(echo -n '\e[1;37m')%}@
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="$PTIME $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