From 6d0885b1e74a368a8452c39dfe19470caa081010 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 19 Aug 2018 20:18:11 -0500 Subject: [PATCH] .profile: Update emerge update command --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index abd0247f..98a18735 100755 --- a/.profile +++ b/.profile @@ -29,7 +29,7 @@ if [ `which emerge` ]; then alias e-depclean='sudo emerge -a --depclean' alias e-inst='sudo emerge -a --jobs --tree --quiet-build y' - alias e-upgrade='sudo emerge -DNUuva --jobs --tree --quiet-build y --with-bdeps=y @world' + alias e-upgrade='sudo emerge -DNUua --jobs --tree --quiet-build y --with-bdeps=y --keep-going --backtrack=1000 @world' alias e-newuse='sudo emerge -Uva --jobs --tree --quiet-build y @world' alias e-search='emerge -s' alias e-sync='sudo emerge --sync'