Parcourir la source

Keep timestamp in Bash history

Alois Mahdal il y a 5 ans
Parent
révision
c7d437ded5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Voir le fichier

@@ -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