From 641b0e08a15d77406e4f2667a7cf559a3afbafb0 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 15 Jun 2014 11:08:25 +0400 Subject: [PATCH] Junk double _POWERLINE_JOBNUM set _POWERLINE_JOBNUM was already set in precmd, no need to do this again. --- powerline/bindings/zsh/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/powerline/bindings/zsh/__init__.py b/powerline/bindings/zsh/__init__.py index 1df90956..ebeea7d9 100644 --- a/powerline/bindings/zsh/__init__.py +++ b/powerline/bindings/zsh/__init__.py @@ -55,7 +55,6 @@ class Args(object): @property def jobnum(self): - zsh.eval('integer _POWERLINE_JOBNUM=${(%):-%j}') return zsh.getvalue('_POWERLINE_JOBNUM')