mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			218 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			218 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| alias rsync-copy="rsync -avz --progress -h"
 | |
| alias rsync-move="rsync -avz --progress -h --remove-source-files"
 | |
| alias rsync-update="rsync -avzu --progress -h"
 | |
| alias rsync-synchronize="rsync -avzu --delete --progress -h"
 |