mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 04:03:39 +08:00
f7daa5884a
- Comment out asciinema - people too often leave a link there. - "Launch fish" is probably a stupid thing to have a first step. - Combine the expected/actual result sections, maybe that was too tedious.
22 lines
577 B
Markdown
22 lines
577 B
Markdown
<!-- check if this problem is already solved! github.com/issues?q=is:issue+user:fish-shell -->
|
|
- [ ] Have you checked if problem occurs with [fish 2.3.1](/fish-shell/fish-shell/releases/tag/2.3.1)?
|
|
- [ ] Tried fish without third-party customizations *(check `sh -c 'env HOME=$(mktemp -d) fish'`)*?
|
|
|
|
**fish version installed** *(`fish --version`)*:
|
|
|
|
**OS/terminal used**:
|
|
|
|
Talk about the the issue here.
|
|
|
|
## Reproduction steps
|
|
1. step one
|
|
2. …
|
|
|
|
<!-- Hard to explain? Post a screen recording on asciinema.org then link it here -->
|
|
|
|
## Results
|
|
```console
|
|
~ $ math 2 + 2
|
|
5
|
|
```
|