aliases for TERM updated.

This commit is contained in:
Kolan Sh 2013-04-01 15:43:37 +04:00
parent fb7d3d67de
commit 1f98b7d111
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ 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-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'