.profile: Added notifier for when emerge is not installed on the system

Because I keep trying to emerge while remoted into my Arch box
This commit is contained in:
Salt 2017-08-20 17:42:42 -05:00
parent 159b7f00a9
commit 8c666fa68b

View File

@ -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