From 2a71415f0fcf7dccd1d90c8828c091df6cbe309d Mon Sep 17 00:00:00 2001 From: madumlao Date: Wed, 16 Apr 2025 22:05:35 +0800 Subject: [PATCH] Fix comment color position --- skel/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skel/.zshrc b/skel/.zshrc index d32d981..0063c17 100644 --- a/skel/.zshrc +++ b/skel/.zshrc @@ -6,7 +6,6 @@ export ZSH=$HOME/.oh-my-zsh # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. ZSH_THEME="gentoo" -ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -51,6 +50,9 @@ plugins=(git per-directory-history zsh-autosuggestions zsh-syntax-highlighting) # User configuration source $ZSH/oh-my-zsh.sh +# setup colors +ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold + # interactive comments setopt interactivecomments