mirror of
https://github.com/powerline/powerline.git
synced 2025-07-30 17:25:28 +02:00
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…
x
Reference in New Issue
Block a user