Explorar el Código

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

pull/1/head
10sr hace 14 años
padre
commit
e184e5ba3d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc Ver fichero

@@ -73,8 +73,8 @@ echo
################################### ###################################
# some aliases and functions # 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}" alias ls="ls -hCF${_coloroption}${_timeoption}"
# export GREP_OPTIONS="" # export GREP_OPTIONS=""


Cargando…
Cancelar
Guardar