From 4e78d30425d9e3862c71e5fccf38bcd6ed5c9ba4 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 26 Nov 2017 13:12:20 -0600 Subject: [PATCH] .profile: Add eclean alias --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index c60492d3..7681675b 100755 --- a/.profile +++ b/.profile @@ -41,6 +41,8 @@ if [ `which emerge` ]; then alias e-upgrade='sudo emerge -DNuva --jobs --tree --with-bdeps=y @world' alias e-search='emerge -s' alias e-sync='sudo emerge --sync' + + alias e-cleanup='sudo eclean -d distfiles && sudo eclean -d packages' else alias emerge='"emerge" was not found. Does the system use portage at all?' fi