Selaa lähdekoodia

ls of darwin dont accept --color and --time-style option

pull/1/head
10sr 12 vuotta sitten
vanhempi
commit
e184e5ba3d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc Näytä tiedosto

@@ -73,8 +73,8 @@ echo
###################################
# some aliases and functions

test "$TERM" == dumb || _coloroption=" --color=always"
iswindows || _timeoption=" --time-style=long-iso"
isdarwin || test "$TERM" == dumb || _coloroption=" --color=always"
isdarwin || iswindows || _timeoption=" --time-style=long-iso"

alias ls="ls -hCF${_coloroption}${_timeoption}"
# export GREP_OPTIONS=""


Ladataan…
Peruuta
Tallenna