Update history config for zsh

This commit is contained in:
pfych 2025-03-19 08:42:52 +11:00
parent a2c284693a
commit 11b17ff355

View File

@ -3,6 +3,11 @@ SAVEHIST=1000
HISTSIZE=1000
HISTFILE=~/.zsh_history
setopt SHARE_HISTORY
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_EXPIRE_DUPS_FIRST
setopt HIST_REDUCE_BLANKS
# Use NVIM
alias vim=nvim