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
Not an issue with mcfly - but it took me a while to debug and it might help others or stop further questions.
mcfly_prompt_command:14: no such file or directory: mcfly is home/.cargo/bin/mcfly
This message occurred on zsh.
The cause was an alias I had for the which command that was causing it's output to equal mcfly is home/.cargo/bin/mcfly rather than the path.
which
mcfly is home/.cargo/bin/mcfly
I was almost writing a PR until I realised the bug was my shell config 😄 .
Removing the alias solved the issue.
Thanks for mcfly - I'm looking forward to using it
The text was updated successfully, but these errors were encountered:
Closing only logged as I thought it may help others with the same issue.
Sorry, something went wrong.
No branches or pull requests
Not an issue with mcfly - but it took me a while to debug and it might help others or stop further questions.
mcfly_prompt_command:14: no such file or directory: mcfly is home/.cargo/bin/mcfly
This message occurred on zsh.
The cause was an alias I had for the
which
command that was causing it's output to equalmcfly is home/.cargo/bin/mcfly
rather than the path.I was almost writing a PR until I realised the bug was my shell config 😄 .
Removing the alias solved the issue.
Thanks for mcfly - I'm looking forward to using it
The text was updated successfully, but these errors were encountered: