Junk double _POWERLINE_JOBNUM set

_POWERLINE_JOBNUM was already set in precmd, no need to do this again.
This commit is contained in:
ZyX 2014-06-15 11:08:25 +04:00
parent edbcb5a1f1
commit 641b0e08a1
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class Args(object):
@property
def jobnum(self):
zsh.eval('integer _POWERLINE_JOBNUM=${(%):-%j}')
return zsh.getvalue('_POWERLINE_JOBNUM')