Make alias files distro dependent
This commit is contained in:
parent
ee4caa7965
commit
a1e7e0d6b1
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/zsh
|
||||
|
||||
grep -q "gentoo" /etc/os-release || return
|
||||
|
||||
lesswrap eix -F
|
||||
alias eud="emerge -vabuDUN -j4 --keep-going world"
|
||||
alias fetchlog="tail -f /var/log/emerge-fetch.log"
|
||||
alias emerge="noglob sudo emerge"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue