mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add ls --color=auto for cygwin.
This commit is contained in:
parent
1cb074f040
commit
24dafb39da
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ if [[ "$DISABLE_COLOR" != 'true' ]]; then
|
||||||
else
|
else
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
export LSCOLORS="exfxcxdxbxegedabagacad"
|
export LSCOLORS="exfxcxdxbxegedabagacad"
|
||||||
if [[ "`uname`" = Linux ]]; then
|
if [[ "`uname`" = Linux ]] || [[ "`uname`" = *CYGWIN* ]]; then
|
||||||
alias ls='ls -G -F --color=auto'
|
alias ls='ls -G -F --color=auto'
|
||||||
else
|
else
|
||||||
alias ls='ls -G -F'
|
alias ls='ls -G -F'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue