Explorar el Código

add timeformat var

pull/1/head
10sr hace 12 años
padre
commit
631834f5a7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      bashrc

+ 3
- 0
bashrc Ver fichero

@@ -94,6 +94,9 @@ echo
( ! with_coreutils && isdarwin ) || iswindows || _timeoption=" --time-style=long-iso"
( ! with_coreutils && isdarwin ) || _hideoption=" --hide=[A-Z]*" # do not use

_timeformat_iso="%Y-%m-%dT%H:%M:%S%z"
_timeformat_rfc2822="%a, %d %b %Y %T %z"

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


Cargando…
Cancelar
Guardar