ipythonのデフォルトオプションを設定する

http://stackoverflow.com/questions/9906938/change-ipython-qtconsole-settings

ipython profile create

で設定ファイルが~/.ipython/profile_defaultに生成される

python_qtconsole_config.py

c.ZMQInteractiveShell.colors = 'Linux'

でカラースキームを設定

--pylab=inlineの設定をしたかったけど、結局見つからなかったのでシェルにエイリアスを貼った
.zshrc

alias ipython='ipython qtconsole --pylab=inline &'