mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-21 21:02:34 +08:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
# Description
|
|
|
|
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
|
|
|
|
Fixes # (issue)
|
|
|
|
**Environment report**
|
|
|
|
<!--
|
|
Run the command `omf doctor` and paste the output here. Example:
|
|
-->
|
|
|
|
```
|
|
Oh My Fish version: 7
|
|
OS type: Linux
|
|
Fish version: fish, version 3.1.0
|
|
Git version: git version 2.26.0
|
|
Git core.autocrlf: no
|
|
Checking for a sane environment...
|
|
Your shell is ready to swim.
|
|
```
|
|
|
|
# Checklist:
|
|
|
|
- [ ] My code follows the [style guidelines](https://github.com/oh-my-fish/oh-my-fish/blob/master/CONTRIBUTING.md#code-style) of this project
|
|
- [ ] I have performed a self-review of my own code
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
- [ ] I have made corresponding changes to the documentation
|
|
- [ ] New and existing tests pass locally with my changes <!--
|
|
remove next checkbox if you didn't change the install script -->
|
|
- [ ] I have updated the SHA256 checksum for the install script
|