Cleaning up alias files

This commit is contained in:
Alexander Gehrke 2014-06-27 07:42:56 +02:00
parent 97fecce66f
commit 19e604450c
3 changed files with 40 additions and 66 deletions

View file

@ -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"