Explorar el Código

Keep timestamp in Bash history

Alois Mahdal hace 6 años
padre
commit
c7d437ded5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Ver fichero

@@ -414,6 +414,7 @@ HISTIGNORE="$HISTIGNORE:reset"
414 414
 HISTIGNORE="$HISTIGNORE:se *:sc *"
415 415
 HISTSIZE=-1
416 416
 HISTFILESIZE=100000
417
+HISTTIMEFORMAT='%F %T '
417 418
 GLOBIGNORE=.:..
418 419
 shopt -s histverify
419 420