mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 01:16:35 +00:00 
			
		
		
		
	Remove unused exclude rules
This commit is contained in:
		
							parent
							
								
									6e25c58352
								
							
						
					
					
						commit
						1f6ad7f0b6
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								sync.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								sync.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -179,8 +179,6 @@ def exclude_fun(diff: FileDiff) -> bool:
 | 
			
		|||
        lambda d: Path("root/usr/share/zsh/site-functions/zsh-you-should-use") in d.rel_dot_file.parents,
 | 
			
		||||
        lambda d: Path("root/usr/share/zsh/site-functions/zsh-syntax-highlighting") in d.rel_dot_file.parents,
 | 
			
		||||
        lambda d: Path("root/usr/share/zsh/site-functions/zsh-autosuggestions") in d.rel_dot_file.parents,
 | 
			
		||||
        lambda d: Path("home/.config/topgrade.toml") == d.rel_dot_file,
 | 
			
		||||
        lambda d: Path("home/.config/newsboat") in d.rel_dot_file.parents,
 | 
			
		||||
        lambda d: Path("home/.cache/zsh/history") == d.rel_dot_file and d.status is DiffStatus.CONTENT_DIFFERS,
 | 
			
		||||
        lambda d: Path("home/.config/nomacs/Image Lounge.conf") == d.rel_dot_file and d.status is DiffStatus.CONTENT_DIFFERS,
 | 
			
		||||
        lambda d: Path("home/.config/pcmanfm/default/pcmanfm.conf") == d.rel_dot_file and d.status is DiffStatus.CONTENT_DIFFERS,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue