Skip to content

Commit b44fc55

Browse files
authored
docs: add command to disable git info in zsh prompt
1 parent 70596b7 commit b44fc55

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docker/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ docker-compose port db 3306
165165
166166
## Notes / Troubleshooting
167167
168+
### Slow zsh prompt inside Docker
169+
170+
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:
171+
172+
```sh
173+
git config oh-my-zsh.hide-info 1
174+
```
175+
168176
### Windows .ics files incorrectly linked
169177
170178
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`

0 commit comments

Comments
 (0)