update conf

This commit is contained in:
Johannes Knopp
2026-07-09 03:36:38 +02:00
parent 1b86de1ab1
commit aae0275e60
10 changed files with 483 additions and 14 deletions

View File

@ -1,12 +1,14 @@
HISTFILE="$HOME/.zsh_history"
HISTSIZE=10000
SAVEHOST=10000
SAVEHIST=10000
setopt share_history # persist, and share live across open shells
# setopt inc_append_history # history of session appended to HISTFILE after session ends
setopt extended_history # record timestamps
setopt hist_ignore_dups # drop a command identical to the one before it
setopt hist_ignore_space # don't record commands typed with a leading space
setopt hist_verify # let you edit a !-expansion before it runs
setopt inc_append_history # history of session appended to HISTFILE after session ends
setopt hist_ignore_dups # drop a command identical to the one before it
setopt hist_ignore_space # don't record commands typed with a leading space
setopt hist_save_no_dups
setopt hist_verify # let you edit a !-expansion before it runs
setopt append_history
autoload -Uz compinit
compinit