.profile: Whoops. Let's try that last one again.
This commit is contained in:
parent
71228e8830
commit
0b03c0e169
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=sudo dcfldd
|
alias dd="sudo dcfldd"
|
||||||
alias ddgnu=sudo dd
|
alias ddgnu="sudo dd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If emerge exists, add emerge aliases
|
# If emerge exists, add emerge aliases
|
||||||
|
Reference in New Issue
Block a user