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
This is included in my zshrc:
alias ls="exa"
Exa is a popular ls alternative and can be found here: https://github.com/ogham/exa It does not support -A
-A
This is what breaks in /etc/straprc:
if ([[ -n "${ZSH_VERSION}" ]] && setopt +o nomatch; ls -A "${HOME}"/.strap/etc/straprc.d/*.sh >/dev/null 2>&1); then
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is included in my zshrc:
Exa is a popular ls alternative and can be found here: https://github.com/ogham/exa
It does not support
-A
This is what breaks in /etc/straprc:
The text was updated successfully, but these errors were encountered: