Skip to content

Commit

Permalink
Merge pull request #319 from kidonng/patch-1
Browse files Browse the repository at this point in the history
Replace `wc` with fish builtin `count`
  • Loading branch information
justjanne committed Jul 14, 2021
2 parents ad0387c + 18d1500 commit 20b4b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Redefine `fish_prompt` in `~/.config/fish/config.fish`:

```bash
function fish_prompt
eval $GOPATH/bin/powerline-go -error $status -jobs (jobs -p | wc -l)
eval $GOPATH/bin/powerline-go -error $status -jobs (count (jobs -p))
end
```
### Nix
Expand Down

0 comments on commit 20b4b19

Please sign in to comment.