fix powerline jobs display

This commit is contained in:
Sean Buckley 2023-06-16 15:06:26 -04:00
parent 2d07dc7293
commit a7ca02290b

View file

@ -26,7 +26,7 @@ let
"-git-assume-unchanged-size 0"
"-theme /etc/powerline-theme.json"
"-path-aliases '~/git=~/git'"
"-jobs $(jobs -p | wc -l)"
"-jobs $(jobs -pr | wc -l)"
];
in