.profile: Add sudo to dcfldd alias
This commit is contained in:
parent
b4e73e7d27
commit
1c636ec3ed
2
.profile
2
.profile
@ -28,7 +28,7 @@
|
|||||||
# 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=dd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user