From 9ceb6ae568733d413353c40b46ea1473272c14ab Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Wed, 2 Jun 2021 13:53:10 -0400 Subject: [PATCH] fix blue bar in zshrc --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 2deeb23..2244e43 100644 --- a/zshrc +++ b/zshrc @@ -7,8 +7,8 @@ path+=("~/bin") path+=("$HOME/software/depot_tools") EDITOR=vim -PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E%k -%F{cyan}$%f " +PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E +%k%F{cyan}$%f " RPROMPT= HISTFILESIZE=100000000