zsh-users / zsh-syntax-highlighting

Fish shell like syntax highlighting for Zsh.
github.com/zsh-users/zsh-syntax-highlighting
BSD 3-Clause "New" or "Revised" License
19.5k stars 1.32k forks source link

how do i disable "sudo" underline #921

Closed n11dc0la closed 1 year ago

n11dc0la commented 1 year ago

Dear all:

    I want to disable "sudo" underline, and change that colour
danielshahaf commented 1 year ago

Change the value of ${ZSH_HIGHLIGHT_STYLES[precommand]} as explained in the documentation.

n11dc0la commented 1 year ago

Change the value of ${ZSH_HIGHLIGHT_STYLES[precommand]} as explained in the documentation.

Thats worked, thx man