.profile: Remove clobbering alias for dd

I just want to write some zeroes to a file god dammit augh
This commit is contained in:
Salt 2018-01-08 17:32:37 -06:00
parent dc3244b081
commit ffd3bc5226

View File

@ -25,15 +25,6 @@
# If it is not, open a bug report at github.com/rehashedsalt/home and I'll take
# care of it
# 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"
else
alias dcfldd="echo You stupid little shit. Install it first."
fi
# If emerge exists, add emerge aliases
if [ `which emerge` ]; then
alias e-depclean='sudo emerge -a --depclean'