zsh: Fix ls color alias on Mac
This commit is contained in:
parent
06122ef2ce
commit
ae1381fdbc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
alias ls='ls -G'
|
alias ls='ls --color=auto'
|
||||||
export LSCOLORS='Exgxbxdxcxegedabagacad'
|
export LSCOLORS='Exgxbxdxcxegedabagacad'
|
||||||
|
|
||||||
alias units='gunits --verbose'
|
alias units='gunits --verbose'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue