Revert "fix powerline jobs display"

This reverts commit a7ca02290b.
This commit is contained in:
Sean Buckley 2024-10-13 23:31:16 -04:00
parent 430551139f
commit c2fa267fac

View file

@ -27,7 +27,7 @@ let
"-git-assume-unchanged-size 0"
"-theme /etc/powerline-theme.json"
"-path-aliases '~/git=~/git'"
"-jobs $(jobs -pr | wc -l)"
"-jobs $(jobs -p | wc -l)"
];
termtitle = ''\[\e]0;\u@\h: \w\a\]'';