Revert ".profile: Add sudo to dcfldd alias"
This reverts commit 1c636ec3edd18e7ccb45a1dc2a2dc9f096fbae69.
This commit is contained in:
parent
1c636ec3ed
commit
570585dc08
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=sudo dcfldd
|
alias dd=dcfldd
|
||||||
alias ddgnu=dd
|
alias ddgnu=dd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user