From 8c666fa68b0e2018a35acd88d1f0d2e2966dc38a Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 Aug 2017 17:42:42 -0500 Subject: [PATCH] .profile: Added notifier for when emerge is not installed on the system Because I keep trying to emerge while remoted into my Arch box --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index f4192c2b..7929b538 100755 --- a/.profile +++ b/.profile @@ -39,6 +39,8 @@ if [ `which emerge` ]; then alias e-upgrade='sudo emerge -DNuva --with-bdeps=y @world' alias e-search='emerge -s' alias e-sync='sudo emerge --sync' +else + alias emerge='"emerge" was not found. Does the system use portage at all?' fi # Add an alias for lsblk, since I tend to use that