Revert ".profile: Add sudo to dcfldd alias"
This reverts commit 1c636ec3ed.
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								.profile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								.profile
									
									
									
									
									
								
							@@ -28,7 +28,7 @@
 | 
				
			|||||||
# dcfldd is a fork of dd with some improvements
 | 
					# dcfldd is a fork of dd with some improvements
 | 
				
			||||||
# I prefer it, so there's an alias here
 | 
					# I prefer it, so there's an alias here
 | 
				
			||||||
if [ `which dcfldd` ]; then
 | 
					if [ `which dcfldd` ]; then
 | 
				
			||||||
	alias dd=sudo dcfldd
 | 
						alias dd=dcfldd
 | 
				
			||||||
	alias ddgnu=dd
 | 
						alias ddgnu=dd
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user