Ver código fonte

add alias datenum

pull/1/head
10sr 11 anos atrás
pai
commit
9c8a39c2cb
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      bashrc

+ 2
- 0
bashrc Ver arquivo

@@ -134,6 +134,8 @@ fi

_timeformat_iso="%Y-%m-%dT%H:%M:%S%z"
_timeformat_rfc2822="%a, %d %b %Y %T %z"
_timeformat_num="%Y%m%d%H%M%S"
alias datenum="date +$_timeformat_num"

alias ls="ls -hCF${_coloroption}${_timeoption}"
if ! with_coreutils


Carregando…
Cancelar
Salvar