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
When running the ansible role on ALMA 9.3 I encounter warnings:
zsh: fdfind: command not found...
fd-find is installed in /usr/bin/fd and not /usr/bin/fdfind
Removing this command from templates/zshrc.js2 LINE 45 alias fd=fdfind # for correct working of sorenson-axial/fzf-widgets Should fix the problem.
alias fd=fdfind # for correct working of sorenson-axial/fzf-widgets
Maybe can be fixed using something similar to: ansible_os_family == 'Debian'
ansible_os_family == 'Debian'
PS: Sorry I am new to issues and contributing to public repos, Should I open an pull request?
The text was updated successfully, but these errors were encountered:
Hello, @lopaker, of course, you can try to fix it.
Unfortunately, I have not enough energy for this project for the last time.
Sorry, something went wrong.
No branches or pull requests
When running the ansible role on ALMA 9.3 I encounter warnings:
fd-find is installed in /usr/bin/fd and not /usr/bin/fdfind
Removing this command from templates/zshrc.js2
LINE 45
alias fd=fdfind # for correct working of sorenson-axial/fzf-widgets
Should fix the problem.
Maybe can be fixed using something similar to:
ansible_os_family == 'Debian'
PS: Sorry I am new to issues and contributing to public repos, Should I open an pull request?
The text was updated successfully, but these errors were encountered: