.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 # dcfldd is a fork of dd with some improvements
# I prefer it, so there's an alias here # I prefer it, so there's an alias here
if [ `which dcfldd` ]; then if [ `which dcfldd` ]; then
alias dd=dcfldd alias dd=sudo dcfldd
alias ddgnu=dd alias ddgnu=sudo dd
fi fi
# If emerge exists, add emerge aliases # If emerge exists, add emerge aliases