aliases for TERM updated.

This commit is contained in:
Kolan Sh 2013-04-01 15:44:00 +04:00
parent e1bf3dc3af
commit 5797d0e9a7
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ 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-256color eix'
which eix &>/dev/null && alias eix='TERM=screen eix'
which vim &>/dev/null && alias vim='TERM=xterm-256color vim'
which mc &>/dev/null && alias mc='TERM=xterm-256color mc'