mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Store timestamps in command history
This commit is contained in:
parent
f4d3da10ee
commit
fcdd9df1a6
3 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ SAVEHIST=10000
|
|||
setopt appendhistory # save history entries as soon as they are entered
|
||||
setopt hist_ignore_space # ignore commands that start with space
|
||||
setopt hist_verify # show commands with history expansion to user before running it
|
||||
setopt extended_history # record command start time
|
||||
#setopt hist_ignore_dups # ignore duplicated commands history list
|
||||
#setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTFILE
|
||||
#setopt share_history # share command history data between terminals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue