.profile: Add sudo prefix to dd aliases
This commit is contained in:
parent
baa09524ef
commit
71228e8830
4
.profile
4
.profile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user