mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 12:38:10 +00:00 
			
		
		
		
	Update zsh-syntax-highlighting configuration and enhance autosuggestions highlight style
This commit is contained in:
		
							parent
							
								
									86162eafcf
								
							
						
					
					
						commit
						bb4c1a2234
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -79,8 +79,9 @@ ZOXIDE_CMD_OVERRIDE="cd"
 | 
				
			||||||
# zsh-autosuggestions - https://github.com/zsh-users/zsh-autosuggestions?tab=readme-ov-file#suggestion-highlight-style
 | 
					# zsh-autosuggestions - https://github.com/zsh-users/zsh-autosuggestions?tab=readme-ov-file#suggestion-highlight-style
 | 
				
			||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="bold"
 | 
					ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="bold"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# zsh-syntax-highlighting - unknown tokens / errors
 | 
					# zsh-syntax-highlighting - https://github.com/zsh-users/zsh-syntax-highlighting
 | 
				
			||||||
typeset -A ZSH_HIGHLIGHT_STYLES
 | 
					typeset -A ZSH_HIGHLIGHT_STYLES
 | 
				
			||||||
 | 
					# unknown tokens / errors
 | 
				
			||||||
ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=black,bg=red,bold'
 | 
					ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=black,bg=red,bold'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
 | 
					# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue