mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 16:55:07 +02:00
Use zsh.environ
if possible
This commit is contained in:
parent
4f268cb887
commit
07f82fed66
@ -97,7 +97,7 @@ class Environment(object):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
environ = Environment()
|
environ = getattr(zsh, 'environ', Environment())
|
||||||
|
|
||||||
|
|
||||||
class ZshPowerline(ShellPowerline):
|
class ZshPowerline(ShellPowerline):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user