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
echo
When aliasing echo, the suggestions become strange.
Steps to reproduce the behavior:
% zsh -df % source path/to/zsh-autosuggestions.zsh % alias echo='echo 123' % # type any string
I've tried it in a docker container and the problem remains.
The text was updated successfully, but these errors were encountered:
I like to use 'alias echo="echo -n"' and it completely breaks zsh-autosuggestion.
Edit: For my special use case I changed:
echo $sysparams[pid]
to
/usr/bin/echo $sysparams[pid]
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When aliasing
echo
, the suggestions become strange.To Reproduce
Steps to reproduce the behavior:
Screenshots
Additional context
I've tried it in a docker container and the problem remains.
The text was updated successfully, but these errors were encountered: