Appease linters

This commit is contained in:
Ilan Cosman 2021-11-03 22:16:21 -07:00
parent 35b9bdd8e2
commit 2dccfe9c6e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ assignees: ""
Output of `tide bug-report`: <!-- In the code block below -->
```
```text
```

View File

@ -19,7 +19,7 @@
- Add fisher plugins
- Performance improvements
- Cache variables once on fish startup
- Use `read` instead of command substituion when possible
- Use `read` instead of command substitution when possible
- Combine command substitutions
- Use `echo` instead of `printf`
- Compact math (`1+1` instead of `1 + 1`)