Skip to content

Commit

Permalink
update HIST
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Oct 31, 2024
1 parent 2603264 commit 51d9385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.exports
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ export PATH=$HOME/.config/tmux/plugins/t-smart-tmux-session-manager/bin:$PATH
setopt EXTENDED_HISTORY # write the history file in the ":start:elapsed;command" format.
setopt HIST_REDUCE_BLANKS # remove superfluous blanks before recording entry.
setopt HIST_IGNORE_ALL_DUPS # delete old recorded entry if new entry is a duplicate.
setopt HIST_NO_STORE # Don't store history commands
setopt HIST_REDUCE_BLANKS # Remove superfluous blanks from each command line being added to the history.
# setopt SHARE_HISTORY # share history between all sessions.

0 comments on commit 51d9385

Please sign in to comment.