From 1c636ec3edd18e7ccb45a1dc2a2dc9f096fbae69 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 10 Sep 2017 17:01:59 -0500 Subject: [PATCH] .profile: Add sudo to dcfldd alias --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 62fe1dc3..42735d19 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=dcfldd + alias dd=sudo dcfldd alias ddgnu=dd fi