mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Minor changes ()
This commit is contained in:
parent
9505bfcb12
commit
926329c6d8
1 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ typeset -g ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#808080'
|
||||||
# 1=Red, 5=Purple, 9=Red
|
# 1=Red, 5=Purple, 9=Red
|
||||||
# 2=Cyan, 6=Light_Blue, 0=Black
|
# 2=Cyan, 6=Light_Blue, 0=Black
|
||||||
# 3=Yellow, 7=White
|
# 3=Yellow, 7=White
|
||||||
#4=Blue, 8=Dull_Cyan || or you can use Hexa Color code as 'fg=#e91e63' ||
|
# 4=Blue, 8=Dull_Cyan (or you can use Hexa Color code as 'fg=#e91e63')
|
||||||
|
|
||||||
# Prefix to use when saving original versions of bound widgets
|
# Prefix to use when saving original versions of bound widgets
|
||||||
(( ! ${+ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX} )) &&
|
(( ! ${+ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX} )) &&
|
||||||
|
|
Loading…
Reference in a new issue