From 0b03c0e1693254216958177587daa082abc8d6eb Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 31 Oct 2017 12:04:11 -0400 Subject: [PATCH] .profile: Whoops. Let's try that last one again. --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 20b785bf..d9023a3f 100755 --- a/.profile +++ b/.profile @@ -28,8 +28,8 @@ # 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 + alias dd="sudo dcfldd" + alias ddgnu="sudo dd" fi # If emerge exists, add emerge aliases