.profile: Whoops. Let's try that last one again.

This commit is contained in:
Salt 2017-10-31 12:04:11 -04:00
parent 71228e8830
commit 0b03c0e169

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=sudo dcfldd
alias ddgnu=sudo dd
alias dd="sudo dcfldd"
alias ddgnu="sudo dd"
fi
# If emerge exists, add emerge aliases