workaroudn for autosuggestion color issues
This commit is contained in:
parent
845c6e7cf8
commit
292710ca88
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ zstyle ':prompt:pure:path' color 075
|
||||||
zstyle ':prompt:pure:prompt:success' color 214
|
zstyle ':prompt:pure:prompt:success' color 214
|
||||||
zstyle ':prompt:pure:user' color 119
|
zstyle ':prompt:pure:user' color 119
|
||||||
zstyle ':prompt:pure:host' color 119
|
zstyle ':prompt:pure:host' color 119
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#f4b8e4'
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=13'
|
||||||
prompt pure
|
prompt pure
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH
|
export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue