2014-08-10 13:28:30 +02:00
|
|
|
import os
|
2014-08-06 15:18:42 +02:00
|
|
|
c = get_config()
|
|
|
|
c.InteractiveShellApp.extensions = ['powerline.bindings.ipython.post_0_11']
|
|
|
|
c.TerminalInteractiveShell.autocall = 1
|
2015-01-08 00:55:44 +01:00
|
|
|
c.Powerline.config_paths = [os.path.abspath('powerline/config_files')]
|
2014-08-06 16:09:57 +02:00
|
|
|
c.Powerline.theme_overrides = {
|
|
|
|
'in': {
|
|
|
|
'segment_data': {
|
|
|
|
'virtualenv': {
|
|
|
|
'display': False
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
c.Powerline.config_overrides = {
|
|
|
|
'common': {
|
|
|
|
'default_top_theme': 'ascii'
|
|
|
|
}
|
|
|
|
}
|