Skip to content

Instantly share code, notes, and snippets.

@khalido
Last active September 14, 2017 04:13
Show Gist options
  • Save khalido/f9fc63562c19d10c71c9296d65a9218d to your computer and use it in GitHub Desktop.
Save khalido/f9fc63562c19d10c71c9296d65a9218d to your computer and use it in GitHub Desktop.
ipython config file #config
# Configuration file for ipython.
# saved in ~/ipython/profile_default
# enable powerline in ipython
from powerline.bindings.ipython.since_5 import PowerlinePrompts
c = get_config()
c.TerminalInteractiveShell.simple_prompt = False
c.TerminalInteractiveShell.prompts_class = PowerlinePrompts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment