andresgongora / synth-shell

Boost your terminal, script by script
GNU General Public License v3.0
945 stars 236 forks source link

Update better-ls.sh #228

Closed sambwest closed 2 years ago

sambwest commented 2 years ago

On my system (Fedora 35), I was getting a lot of errors because the result of "which ls" was returning the alias value. Adding the --skip-alias bypasses any aliases and just returns the actual binary path as expected.

andresgongora commented 2 years ago

Thanks!!