sorin-ionescu / prezto

The configuration framework for Zsh
MIT License
13.98k stars 4.49k forks source link

utility: Detect lsd and honor its GNU ls compatibility #2059

Closed indrajitr closed 1 year ago

indrajitr commented 1 year ago

lsd (LSDeluxe) is a modern GNU compatibile alternative to ls.

Detect if it is aliased to ls and honor its GNU ls compatibility.

Fixes #2054