mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 22:05:43 +02:00
Junk double _POWERLINE_JOBNUM set
_POWERLINE_JOBNUM was already set in precmd, no need to do this again.
This commit is contained in:
parent
edbcb5a1f1
commit
641b0e08a1
@ -55,7 +55,6 @@ class Args(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def jobnum(self):
|
def jobnum(self):
|
||||||
zsh.eval('integer _POWERLINE_JOBNUM=${(%):-%j}')
|
|
||||||
return zsh.getvalue('_POWERLINE_JOBNUM')
|
return zsh.getvalue('_POWERLINE_JOBNUM')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user