Color in terminal in pycharm3?
Hm... I see that the new (awesome) terminal which is built into pycharm3 doesn't seem to render colors from ls?
Anyone know how to get this working?
Typically in OSX you'd do something like this to make colors render:
http://apple.stackexchange.com/questions/33677/how-can-i-configure-mac-terminal-to-have-color-ls-output
Printing out escape codes manually I can see that the terminal supports the ascii codes for colors, but ls doesn't seem to render them.
Any ideas?
Anyone know how to get this working?
Typically in OSX you'd do something like this to make colors render:
http://apple.stackexchange.com/questions/33677/how-can-i-configure-mac-terminal-to-have-color-ls-output
Printing out escape codes manually I can see that the terminal supports the ascii codes for colors, but ls doesn't seem to render them.
Any ideas?
1 条评论
排序方式
日期
投票数
Must've been a weird install thing. After restarting the machine I installed pycharm on this is working as you'd expect~
请先登录再写评论。