.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:
parent
159b7f00a9
commit
8c666fa68b
2
.profile
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user