Cleaning up alias files
This commit is contained in:
parent
97fecce66f
commit
19e604450c
3 changed files with 40 additions and 66 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
alias eud="emerge -vabuDN -j4 --keep-going world"
|
||||
alias fetchlog="tail -f /var/log/emerge-fetch.log"
|
||||
alias emerge="sudo emerge"
|
||||
alias emerge="noglob sudo emerge"
|
||||
|
||||
nolto() {
|
||||
pkgenvconf $1 nolto nolto
|
||||
|
@ -50,7 +50,3 @@ pkgenvconf() {
|
|||
*) ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
alias eix="lesswrap /usr/bin/eix -F"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue