让msys的shell支持中文输入输出
~/.inputrc
set completion-query-items 100set completion-ignore-case on
set show-all-if-ambiguous off
set input-meta on
set output-meta on
set convert-meta off
set bell-style none
"\e[2~": paste-from-clipboard
"\e[3~": delete-char
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[7~": beginning-of-line
"\e[8~": end-of-line
ls --show-control-chars