Skip to content

Commit

Permalink
Merge pull request #292 from cfinnberg/patch-1
Browse files Browse the repository at this point in the history
Fix prompt for Fish Shell
  • Loading branch information
justjanne authored Mar 7, 2021
2 parents 27899e1 + a8132d2 commit b51cc19
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 (jobs -p | wc -l)
end
```
### Nix
Expand Down

0 comments on commit b51cc19

Please sign in to comment.