Closed justinabrahms closed 1 year ago
If you have lsd installed (https://github.com/lsd-rs/lsd) as an alias to ls, prezto complains because -G isn't a valid option for it. It is GNU ls compatible, but isn't detected correctly at https://github.com/sorin-ionescu/prezto/blob/master/modules/utility/init.zsh#L79
lsd
-G
ls to work as normally.
error: Found argument '-G' which wasn't expected, or isn't valid in this context If you tried to supply `-G` as a value rather than a flag, use `-- -G` USAGE: lsd [OPTIONS] [--] [FILE]... For more information try --help
alias ls=lsd
Description
If you have
lsd
installed (https://github.com/lsd-rs/lsd) as an alias to ls, prezto complains because-G
isn't a valid option for it. It is GNU ls compatible, but isn't detected correctly at https://github.com/sorin-ionescu/prezto/blob/master/modules/utility/init.zsh#L79Expected behavior
ls to work as normally.
Actual behavior
Steps to Reproduce
lsd
alias ls=lsd
Versions