Add aliases for gentoo
This commit is contained in:
parent
e25b37d0b6
commit
c3eb993d03
7
aliases.d/gentoo.bash
Normal file
7
aliases.d/gentoo.bash
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
if [ -f /etc/gentoo-release ]
|
||||||
|
then
|
||||||
|
alias emerge='sudo emerge'
|
||||||
|
alias etc-update='sudo etc-update'
|
||||||
|
alias revdep-rebuild='sudo revdep-rebuild'
|
||||||
|
alias eix='eix -F'
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user