mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 10:59:08 +00:00 
			
		
		
		
	[Fix #256] Rename .zcache to .zcompcache
This commit is contained in:
		@@ -39,7 +39,7 @@ WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Use caching to make completion for cammands such as dpkg and apt usable.
 | 
					# Use caching to make completion for cammands such as dpkg and apt usable.
 | 
				
			||||||
zstyle ':completion::complete:*' use-cache on
 | 
					zstyle ':completion::complete:*' use-cache on
 | 
				
			||||||
zstyle ':completion::complete:*' cache-path "$HOME/.zcache"
 | 
					zstyle ':completion::complete:*' cache-path "$HOME/.zcompcache"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Case-insensitive (all), partial-word, and then substring completion.
 | 
					# Case-insensitive (all), partial-word, and then substring completion.
 | 
				
			||||||
if zstyle -t ':omz:module:completion:*' case-sensitive; then
 | 
					if zstyle -t ':omz:module:completion:*' case-sensitive; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user