Use color when running ls.

This commit is contained in:
Tom Alexander 2022-10-23 20:30:22 -04:00
parent b168d3953a
commit d9b6e381e3
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
additional_zshrc_files: []
additional_zshrc_files:
- ls_color

View File

@ -0,0 +1 @@
alias ls="ls --color=auto"