]> arthur.barton.de Git - ax-zsh.git/commit
lsd: Don't use long options in the ls(1) alias
authorAlexander Barton <alex@barton.de>
Sat, 14 May 2022 11:25:32 +0000 (13:25 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 14 May 2022 11:25:32 +0000 (13:25 +0200)
commitb330ec2c1eb96047cfc32254a8c8531f44c81a12
tree4519f6063f72c45b1e1de4b33cf40943fd32b88e
parent7f171706ca4596417d0abddfe2284e92a69cc670
lsd: Don't use long options in the ls(1) alias

Both the "--date" and "--group-dirs" options are "nice", and I'd like to
set them here, but it looks like long options break the file name
completion logic: when a long option is present, you can't tab-complete
any file or folder name any more, which is _really_ annoying!

So remove those options again (for now)!?

If you wan't to use long options, like the ones removed now here, you
can use a configuration file in ~/.config/lsd/config.yaml, for example.
plugins/lsd/lsd.zshrc