docs: add command to disable git info in zsh prompt

This commit is contained in:
Nicolas Giard 2022-04-18 19:23:03 -04:00 committed by GitHub
parent 70596b757c
commit b44fc55b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,14 @@ docker-compose port db 3306
## Notes / Troubleshooting
### Slow zsh prompt inside Docker
On Windows, the zsh prompt can become incredibly slow because of the git status check displayed as part of the prompt. To remove this delay, run the command:
```sh
git config oh-my-zsh.hide-info 1
```
### Windows .ics files incorrectly linked
When checking out the project on Windows, the `.ics` files are not correctly linked and will cause many tests to fail. To fix this issue, run the **Fix Windows Timezone File Linking** task in VS Code or run manually the script `docker/scripts/app-win32-timezone-fix.sh`