Use `zsh.environ` if possible
This commit is contained in:
parent
4f268cb887
commit
07f82fed66
|
@ -97,7 +97,7 @@ class Environment(object):
|
|||
return False
|
||||
|
||||
|
||||
environ = Environment()
|
||||
environ = getattr(zsh, 'environ', Environment())
|
||||
|
||||
|
||||
class ZshPowerline(ShellPowerline):
|
||||
|
|
Loading…
Reference in New Issue