瀏覽代碼

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