Skip to content

--skip-alias not in Ubuntu bash #229

New issue

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

Open
broans opened this issue May 30, 2022 · 1 comment
Open

--skip-alias not in Ubuntu bash #229

broans opened this issue May 30, 2022 · 1 comment
Labels

Comments

@broans
Copy link

broans commented May 30, 2022

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)"

@broans broans added the bug label May 30, 2022
@andresgongora
Copy link
Owner

Thanks, added to d2d6f57. Let me know if it works

No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants