emacs shell mode

emacs shell mode

使用emacs shell mode执行ls命令 目录和文件都是同样颜色的
怎样设置才能和bash中一样通过不同的颜色来区分目录和文件呢?
Thanks in advance
关注中……
eshell 没这个问题,为什么不用 eshll ?
eshell不错,多谢
在.bashrc中添加:
if [ $TERM = dumb ]
then
alias ls='ls --color'