You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting zsh in a directory which is not a git repository, I see:
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
integration-test-10362
If starting zsh inside a git repository, it seems to run a git status:
On branch test
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: ../foo
new file: foo
integration-test-26035
Expected behavior
No output whatsoever
Desktop (please complete the following information):
OS: Manjaro Linux
Terminal: xfce4
Shell: zsh
The text was updated successfully, but these errors were encountered:
Describe the bug
Error or zsh load using
zinit
install instructionsTo Reproduce
Add to
.zshrc
:When starting
zsh
in a directory which is not a git repository, I see:If starting
zsh
inside a git repository, it seems to run agit status
:Expected behavior
No output whatsoever
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: