Modified gentoo.bash

This commit is contained in:
Xavier Logerais 2015-02-23 15:14:14 +01:00
parent 6a89d58eaa
commit 592b5ae2b5

View File

@ -1,4 +1,4 @@
if [ -f /etc/gentoo-release ]
if [ -f /etc/gentoo-release -a "$UID" -ne 0 ]
then
alias emerge='sudo emerge'
alias etc-update='sudo etc-update'