Fix comment color position
This commit is contained in:
@@ -6,7 +6,6 @@ export ZSH=$HOME/.oh-my-zsh
|
|||||||
# Optionally, if you set this to "random", it'll load a random theme each
|
# Optionally, if you set this to "random", it'll load a random theme each
|
||||||
# time that oh-my-zsh is loaded.
|
# time that oh-my-zsh is loaded.
|
||||||
ZSH_THEME="gentoo"
|
ZSH_THEME="gentoo"
|
||||||
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
|
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
@@ -51,6 +50,9 @@ plugins=(git per-directory-history zsh-autosuggestions zsh-syntax-highlighting)
|
|||||||
# User configuration
|
# User configuration
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
# setup colors
|
||||||
|
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
|
||||||
|
|
||||||
# interactive comments
|
# interactive comments
|
||||||
setopt interactivecomments
|
setopt interactivecomments
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user