mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-06 00:57:20 -04:00
Do not use incremental history (zsh)
This commit is contained in:
@@ -108,7 +108,6 @@ const zshrc = `# Shell settings
|
|||||||
HISTFILE="$XDG_CACHE_HOME"/zsh-histfile
|
HISTFILE="$XDG_CACHE_HOME"/zsh-histfile
|
||||||
HISTSIZE=2500
|
HISTSIZE=2500
|
||||||
SAVEHIST=2000
|
SAVEHIST=2000
|
||||||
setopt INC_APPEND_HISTORY
|
|
||||||
setopt HIST_EXPIRE_DUPS_FIRST
|
setopt HIST_EXPIRE_DUPS_FIRST
|
||||||
setopt HIST_FIND_NO_DUPS
|
setopt HIST_FIND_NO_DUPS
|
||||||
unsetopt beep
|
unsetopt beep
|
||||||
|
|||||||
Reference in New Issue
Block a user