mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Make sure to add paths from POWERLINE_CONFIG_PATHS
to args
This commit is contained in:
parent
4d35167b13
commit
972a55afc1
@ -48,6 +48,10 @@ def finish_args(environ, args):
|
||||
))
|
||||
if args.renderer_arg:
|
||||
args.renderer_arg = mergeargs((parsedotval(v) for v in args.renderer_arg), remove=True)
|
||||
args.config_path = (
|
||||
environ.get('POWERLINE_CONFIG_PATHS', '').split(':')
|
||||
+ (args.config_path or [])
|
||||
)
|
||||
return args
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user