Supply correct config_paths
This commit is contained in:
parent
6b23430b27
commit
2961e98922
|
@ -2,7 +2,7 @@ import os
|
|||
c = get_config()
|
||||
c.InteractiveShellApp.extensions = ['powerline.bindings.ipython.post_0_11']
|
||||
c.TerminalInteractiveShell.autocall = 1
|
||||
c.Powerline.paths = [os.path.abspath('powerline/config_files')]
|
||||
c.Powerline.config_paths = [os.path.abspath('powerline/config_files')]
|
||||
c.Powerline.theme_overrides = {
|
||||
'in': {
|
||||
'segment_data': {
|
||||
|
|
Loading…
Reference in New Issue