Browse Source

Keep timestamp in Bash history

Alois Mahdal 5 years ago
parent
commit
c7d437ded5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc View File

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