Commit graph

2 commits

Author SHA1 Message Date
329db6f6de [zsh] Configure ls(1) colors with environment variables instead of aliases
ls(1) on macOS and FreeBSD is the BSD version of the utility. As such it can be
configured to display directory contents in color using a command line argument
(-G) or environment variables (LSCOLORS). Using environment variables is nice
because it'll work regardless of the arguments you pass, so there's no need to
configure aliases.
2024-11-12 13:47:20 -08:00
be4d690e32 [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00