.profile: Add sudo prefix to dd aliases

This commit is contained in:
Salt 2017-10-31 12:03:05 -04:00
parent baa09524ef
commit 71228e8830

View File

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