|  | @@ -4,12 +4,12 @@ source "$ZPLUG_HOME/init.zsh"
 | 
	
		
			
				|  |  |  zplug t413/zsh-background-notify
 | 
	
		
			
				|  |  |  zplug rimraf/k
 | 
	
		
			
				|  |  |  zplug tarrasch/zsh-bd
 | 
	
		
			
				|  |  | -zplug zsh-users/zsh-syntax-highlighting
 | 
	
		
			
				|  |  | +zplug zsh-users/zsh-syntax-highlighting, defer:2
 | 
	
		
			
				|  |  |  zplug zsh-users/zaw
 | 
	
		
			
				|  |  |  zplug chisui/zsh-nix-shell
 | 
	
		
			
				|  |  |  zplug "${HOME}/.zsh", from:local
 | 
	
		
			
				|  |  |  if [ -f "$HOME/.zshrc.local" ]; then
 | 
	
		
			
				|  |  | -  zplug "$HOME/.zshrc.local", from:local
 | 
	
		
			
				|  |  | +  source $HOME/.zshrc.local
 | 
	
		
			
				|  |  |  fi
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  if ! zplug check --verbose; then
 |