解决Windows下MinGW显示乱码-zz

解决Windows下MinGW显示乱码 


默认的Shell显示出来的东西比较丑,而且用ls命令显示中文也是一堆乱码,在msys目录下修改etc/profile文件,ls命令可以正确显示中文了

export PS1='[\u@msys \W]$ '
export PS2='> '
export PS4='+ '
export LANG=en


alias l='/bin/ls --show-control-chars --color=tty'
alias la='/bin/ls -aF --show-control-chars --color=tty'
alias ll='/bin/ls -alF --show-control-chars --color=tty'
alias ls='/bin/ls --show-control-chars -F --color=tty'

经验证此方法有效,可以正常工作,
下一篇介绍了另外一种方法,貌似想实现中文输入,居然不行。

上一篇:《Python数据挖掘:概念、方法与实践》一 第1章 扩展你的数据挖掘工具箱


下一篇:改注册表,实现像迅雷一样的自定义url