parent
d562844a1a
commit
5d73ca814a
|
@ -90,7 +90,7 @@ class EmptyArgs(object):
|
||||||
def init_environment(pl, args):
|
def init_environment(pl, args):
|
||||||
'''Initialize tmux environment from tmux configuration
|
'''Initialize tmux environment from tmux configuration
|
||||||
'''
|
'''
|
||||||
powerline = ShellPowerline(finish_args(EmptyArgs('tmux', args.config_path)))
|
powerline = ShellPowerline(finish_args(os.environ, EmptyArgs('tmux', args.config_path)))
|
||||||
# TODO Move configuration files loading out of Powerline object and use it
|
# TODO Move configuration files loading out of Powerline object and use it
|
||||||
# directly
|
# directly
|
||||||
powerline.update_renderer()
|
powerline.update_renderer()
|
||||||
|
|
Loading…
Reference in New Issue