Skip to content

Commit

Permalink
Merge pull request #211 from gbe/zsh-comment
Browse files Browse the repository at this point in the history
Remove zsh color for comments
  • Loading branch information
ShutdownRepo authored Aug 17, 2023
2 parents c74c0e3 + 3c6984c commit 51dfc73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/assets/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ source $HOME/.cargo/env

# Color correction for zsh-syntax-highlighting
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#626262'
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 51dfc73

Please sign in to comment.