fix: eix alias

This commit is contained in:
Kolan Sh 2013-02-27 23:22:46 +04:00
parent b82d184147
commit 8593d256ae
1 changed files with 2 additions and 0 deletions

View File

@ -97,3 +97,5 @@ which astyle &>/dev/null && {
}
which network-profile.sh &>/dev/null && alias net=network-profile.sh
which iconv &>/dev/null && alias cp1251toUTF8='iconv -f cp1251 -t utf8'
which eix &>/dev/null && alias eix='TERM=screen eix'