alias cp1251toUTF8: cp1251->utf8

This commit is contained in:
Kolan Sh 2013-02-26 11:17:51 +04:00
parent 32aaa7ac3f
commit b82d184147
1 changed files with 1 additions and 0 deletions

View File

@ -96,3 +96,4 @@ which astyle &>/dev/null && {
--pad-oper --pad-header --break-closing-brackets --add-brackets'
}
which network-profile.sh &>/dev/null && alias net=network-profile.sh
which iconv &>/dev/null && alias cp1251toUTF8='iconv -f cp1251 -t utf8'