From ffd3bc5226c479726b2f29ac0c9d581781904bf1 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 8 Jan 2018 17:32:37 -0600 Subject: [PATCH] .profile: Remove clobbering alias for dd I just want to write some zeroes to a file god dammit augh --- .profile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.profile b/.profile index 540adc41..819c3f42 100755 --- a/.profile +++ b/.profile @@ -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'