1
0
Fork 0

zsh: Split ls colors by OS

This commit is contained in:
Jeremy Kaplan 2019-11-14 16:09:31 -08:00
commit 18ca34744d
7 changed files with 17 additions and 4 deletions

4
zsh/darwin.zshrc Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env zsh
alias ls='ls -G'
export LSCOLORS='Exgxbxdxcxegedabagacad'