feat(user/zsh): fix autosuggest highlighting
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
ab9d42c684
commit
6028605f82
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@ source $ZSH/oh-my-zsh.sh
|
|||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
### zsh autosuggestions color ###
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline,standout"
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline"
|
||||
|
||||
# Solarized theme
|
||||
# ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10,underline"
|
||||
|
||||
### Ruby gems ###
|
||||
if which ruby >/dev/null && which gem >/dev/null; then
|
||||
|
|
Loading…
Reference in a new issue