The issue was stemming from racecondition betwwen then completion function which uses the complete file, and the zsh_users/completions plug that defined them. Also relocated transient -> cache.
		
			
				
	
	
		
			24 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
################################################################################
 | 
						|
# MISC
 | 
						|
# Ignore the Mac artifacts.
 | 
						|
.DS_Store
 | 
						|
# Ignore the temp files created by emacs.
 | 
						|
*.#*
 | 
						|
# Keep todo local.
 | 
						|
*todo.org
 | 
						|
 | 
						|
################################################################################
 | 
						|
# Configs
 | 
						|
emacs/spacemacs.d/custom.el
 | 
						|
emacs/spacemacs.d/.spacemacs.env
 | 
						|
i3/config
 | 
						|
vim/backup/*
 | 
						|
vim/autoload/*
 | 
						|
vim/spell/*.spl
 | 
						|
vim/plugged
 | 
						|
vim/.netrwhist
 | 
						|
 | 
						|
# Ignore anything that is transient
 | 
						|
*/transient/*
 | 
						|
*/cache/*
 |