feat(zsh): custom zsh-autosuggestions highlight
This commit is contained in:
		@@ -12,6 +12,8 @@ fi
 | 
				
			|||||||
## pre plugin load
 | 
					## pre plugin load
 | 
				
			||||||
# nvm
 | 
					# nvm
 | 
				
			||||||
export NVM_COMPLETION=true
 | 
					export NVM_COMPLETION=true
 | 
				
			||||||
 | 
					# zsh autosugestions
 | 
				
			||||||
 | 
					export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#ffffff,bg=cyan,bold,underline"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# source antidote
 | 
					# source antidote
 | 
				
			||||||
source $ZDOTDIR/.antidote/antidote.zsh
 | 
					source $ZDOTDIR/.antidote/antidote.zsh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user