Revert ".profile: Add sudo to dcfldd alias"

This reverts commit 1c636ec3ed.
This commit is contained in:
Salt 2017-09-10 17:02:47 -05:00
parent 1c636ec3ed
commit 570585dc08

View File

@ -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