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? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
See issue https://unix.stackexchange.com/questions/10525/how-to-use-which-on-an-aliased-command
Change better-ls.sh local LS="$(which --skip-alias ls)"
local LS="$(which --skip-alias ls)"
To: local LS="$(type -P ls)"
local LS="$(type -P ls)"
The text was updated successfully, but these errors were encountered:
Thanks, added to d2d6f57. Let me know if it works
Sorry, something went wrong.
No branches or pull requests
See issue https://unix.stackexchange.com/questions/10525/how-to-use-which-on-an-aliased-command
Change better-ls.sh
local LS="$(which --skip-alias ls)"
To:
local LS="$(type -P ls)"
The text was updated successfully, but these errors were encountered: