Skip to content

Commit

Permalink
Fix documentation for Fish shell (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Oct 5, 2023
1 parent a67acbb commit 6854937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ panicparse helps make sense of Go crash dumps:
* Ubuntu (bash v4 or zsh): `|&`
* macOS, [install bash 4+](README.md#updating-bash-on-macos), then: `|&`
* Windows _or_ macOS with stock bash v3: `2>&1 |`
* [Fish](http://fishshell.com/) shell: `^|`
* [Fish](http://fishshell.com/) shell: `&|`


#### Longer version
Expand All @@ -75,7 +75,7 @@ have this shortcut, so use the long form:


**Fish**: `&|` redirects stderr and stdout. It's an alias for `2>&1 |`
([fish piping](https://fishshell.com/docs/current/index.html#piping)):
([fish piping](https://fishshell.com/docs/current/language.html#piping)):

go test -v &| pp

Expand Down

0 comments on commit 6854937

Please sign in to comment.