scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Update command to identify `ls` command type #317

Closed patbl closed 2 years ago

patbl commented 2 years ago

ls --color=auto runs successfully on recent versions of macOS (see https://github.com/fish-shell/fish-shell/issues/8309). So we need a different way to differentiate the two commands.

My main worry about this fix is that I don't know how widely available the --author flag is on Linux platforms. I tested it only on a recent version of Ubuntu.

Fixes #312.

patbl commented 2 years ago

Superseded by #318