This makes ls on Mac more consistent, avoiding depending on any conda envs with GNU ls installed.
The downside is that additional coloring of known filetypes (compressed files, images, etc) is not possible on default Mac as it is on Linux with dircolors, but we gain consistency in the color of directories, executables, and symlinks.
xrefs:
33
34
35
Ping @rhodesch.
This also adds some other fixes:
add comments in aliases
replace buggy-in-some-situations git-clean-branches-main and git-clean-branches-master aliases with a new git-clean-branches function that only prints the branches it wants to delete.
This makes
ls
on Mac more consistent, avoiding depending on any conda envs with GNUls
installed.The downside is that additional coloring of known filetypes (compressed files, images, etc) is not possible on default Mac as it is on Linux with
dircolors
, but we gain consistency in the color of directories, executables, and symlinks.xrefs:
33
34
35
Ping @rhodesch.
This also adds some other fixes:
git-clean-branches-main
andgit-clean-branches-master
aliases with a newgit-clean-branches
function that only prints the branches it wants to delete.