fix: eix alias

This commit is contained in:
Kolan Sh 2013-02-27 23:21:02 +04:00
parent 1bfb8db284
commit 513cb075ac
1 changed files with 1 additions and 0 deletions

View File

@ -46,3 +46,4 @@ if [ `which grc 2>/dev/null` ]; then
alias ping='grc ping'
fi
which iconv &>/dev/null && alias cp1251toUTF8='iconv -f cp1251 -t utf8'
which eix &>/dev/null && alias eix='TERM=screen eix'