mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
fix powerline jobs display
This commit is contained in:
parent
2d07dc7293
commit
a7ca02290b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue