Something wrong with Emacs shell
You can use AnsiTerm which does support colors or you can enable AnsiColor for the normal shell: (autoload ‘ansi-color-for-comint-mode-on “ansi-color” nil t) (add-hook ‘shell-mode-hook ‘ansi-color-for-comint-mode-on)