Skip to content

Commit

Permalink
fix: remove controversial history appends
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jan 4, 2023
1 parent 9ac1fc9 commit 979d4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supercharge.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ HISTSIZE=50000
SAVEHIST=50000
setopt BANG_HIST # Treat the '!' character specially during expansion.
setopt EXTENDED_HISTORY # Write the history file in the ":start:elapsed;command" format.
setopt INC_APPEND_HISTORY # Write to the history file immediately, not when the shell exits.
setopt SHARE_HISTORY # Share history between all sessions.
# setopt INC_APPEND_HISTORY # Write to the history file immediately, not when the shell exits.
# setopt SHARE_HISTORY # Share history between all sessions.
setopt HIST_EXPIRE_DUPS_FIRST # Expire duplicate entries first when trimming history.
setopt HIST_IGNORE_DUPS # Don't record an entry that was just recorded again.
setopt HIST_IGNORE_ALL_DUPS # Delete old recorded entry if new entry is a duplicate.
Expand Down

0 comments on commit 979d4cb

Please sign in to comment.