We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man fzf
fzf --version
0.55.0
I am unable to see the preview window using FZF in git bash ZSH on windows.
The error states: exec: C:\\Users\\{user}\\zsh": file does not exist
exec: C:\\Users\\{user}\\zsh": file does not exist
The text was updated successfully, but these errors were encountered:
It may be on how you are starting zsh. It needs some environment variables to load under mingw rather than msys.
This is the profile I have in windows terminal to launch zsh. Give it a try.
{ "commandline": "%PROGRAMFILES%/Git/usr/bin/env.exe MSYS=enable_pcon MSYSTEM=MINGW64 enable_pcon=1 /usr/bin/zsh -il", "guid": "{bc02f9de-c5e1-4a30-ba7f-7163f344febb}", "hidden": false, "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico", "name": "Git Zsh", "startingDirectory": "%USERPROFILE%" },
Sorry, something went wrong.
No branches or pull requests
Checklist
man fzf
)Output of
fzf --version
0.55.0
OS
Shell
Problem / Steps to reproduce
I am unable to see the preview window using FZF in git bash ZSH on windows.
The error states:
exec: C:\\Users\\{user}\\zsh": file does not exist
The text was updated successfully, but these errors were encountered: