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
|
||||
def jobnum(self):
|
||||
zsh.eval('integer _POWERLINE_JOBNUM=${(%):-%j}')
|
||||
return zsh.getvalue('_POWERLINE_JOBNUM')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue