emacs: Force py-shell to start ipython with the right colours.
[profile] / vimrc
... / ...
CommitLineData
1set incsearch
2set showcmd
3
4if &t_Co > 2 || has("gui_running")
5 syntax on
6endif