Use zsh.environ if possible

This commit is contained in:
ZyX 2015-01-06 22:17:28 +03:00
parent 4f268cb887
commit 07f82fed66

View File

@ -97,7 +97,7 @@ class Environment(object):
return False
environ = Environment()
environ = getattr(zsh, 'environ', Environment())
class ZshPowerline(ShellPowerline):