From b068bc5e6208b7063c7c3b32d72992847b262b94 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 28 May 2026 10:31:36 +0800 Subject: use ANSI logical color names --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 838284d..121a978 100644 --- a/.zshrc +++ b/.zshrc @@ -1,8 +1,8 @@ # Enable automatic directory changing setopt autocd -PROMPT='%(?.%F{77}.%F{160})%#%f ' -RPROMPT='%F{8}%~%f' +PROMPT='%(?.%F{green}.%F{red})%#%f ' +RPROMPT='%F{white}%~%f' alias l='ls -lha' alias vim='nvim' -- cgit v1.2.3