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