This question is about using MacVim and ZSH on Mac OS X.
I am using ZSH shell and it is configured to use Colored prompt, and everything works nicely with ZSH itself.
However, when I set this shell to be my default with Vim (usin: set shell=zsh\ -li
), vim gives me the following symbols when inputting or outputting text:
[35mnikhgupta[00m at [[33mMacbookPro[00m in [01;32m~[00m [00m
while it should simply say:
nikhgupta at MacbookPro in ~
When I input some text, i get the same strange symbols, probably because I am using on the fly syntax highlighting for my ZSH shell. I have deduced that these symbols are color codes?
Can someone help me on how to discard these color codes and simply output text in Vim shell?
Regards