From a828ff46e64eed04ad55da339fd1e46eebce65c9 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 10 Aug 2018 21:45:44 -0500 Subject: [PATCH] .profile: Shut up Portage --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 4fcdce12..8ca28530 100755 --- a/.profile +++ b/.profile @@ -28,8 +28,8 @@ # If emerge exists, add emerge aliases if [ `which emerge` ]; then alias e-depclean='sudo emerge -a --depclean' - alias e-inst='sudo emerge -a --jobs --tree' - alias e-upgrade='sudo emerge -DNuva --jobs --tree --with-bdeps=y @world' + alias e-inst='sudo emerge -a --jobs --tree --quiet-build y' + alias e-upgrade='sudo emerge -DNuva --jobs --tree --quiet-build y --with-bdeps=y @world' alias e-search='emerge -s' alias e-sync='sudo emerge --sync'