From 570585dc0827d20667429497bf0fd49bd75e322a Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 10 Sep 2017 17:02:47 -0500 Subject: [PATCH] Revert ".profile: Add sudo to dcfldd alias" This reverts commit 1c636ec3edd18e7ccb45a1dc2a2dc9f096fbae69. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 42735d19..62fe1dc3 100755 --- a/.profile +++ b/.profile @@ -28,7 +28,7 @@ # dcfldd is a fork of dd with some improvements # I prefer it, so there's an alias here if [ `which dcfldd` ]; then - alias dd=sudo dcfldd + alias dd=dcfldd alias ddgnu=dd fi