Skip to content

Commit

Permalink
Update zshrc
Browse files Browse the repository at this point in the history
Setting the comment color to grey
  • Loading branch information
ShutdownRepo authored Aug 17, 2023
1 parent 8f2a22b commit 3c6984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/assets/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ source $HOME/.cargo/env

# Color correction for zsh-syntax-highlighting
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#626262'
ZSH_HIGHLIGHT_STYLES[comment]='fg=cyan'
ZSH_HIGHLIGHT_STYLES[comment]='fg=#888888'

# In case pipx ensurepath didn't work, and positionning pipx in priority
export PATH="/root/.local/bin:$PATH"
Expand Down

0 comments on commit 3c6984c

Please sign in to comment.