mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
Also supply LD_LIBRARY_PATH when killing server
This commit is contained in:
parent
c93a1b79b3
commit
71d7e3921f
@ -170,6 +170,7 @@ def main():
|
|||||||
finally:
|
finally:
|
||||||
check_call([tmux_exe, '-S', socket_path, 'kill-server'], env={
|
check_call([tmux_exe, '-S', socket_path, 'kill-server'], env={
|
||||||
'PATH': vterm_path,
|
'PATH': vterm_path,
|
||||||
|
'LD_LIBRARY_PATH': os.environ.get('LD_LIBRARY_PATH', ''),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user