ソースを参照

Keep timestamp in Bash history

Alois Mahdal 5 年 前
コミット
c7d437ded5
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc ファイルの表示

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