From 71228e88309bef3a22572bffa65e24d1b5f98141 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 31 Oct 2017 12:03:05 -0400 Subject: [PATCH] .profile: Add sudo prefix to dd aliases --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 62fe1dc3..20b785bf 100755 --- a/.profile +++ b/.profile @@ -28,8 +28,8 @@ # 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 ddgnu=dd + alias dd=sudo dcfldd + alias ddgnu=sudo dd fi # If emerge exists, add emerge aliases