all repos — nixfiles @ 25a8283fdf77fec948c7c71efc583d62ddbe0c18

System and user configuration, managed by nix and home-manager

zsh: re-configure history

Alan Pearce
commit

25a8283fdf77fec948c7c71efc583d62ddbe0c18

parent

c7087bdc890c26ad878dd70e0d779c596a606a75

1 file changed, 7 insertions(+), 2 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -1,9 +1,14 @@
# -*- mode: sh; -*- source $HOME/.zplugin/bin/zplugin.zsh -HISTSIZE=3000 -SAVEHIST=10000 +HISTSIZE=10000 +SAVEHIST=20000 HISTFILE=${XDG_CACHE_HOME:=$HOME/.cache}/zsh/history +setopt extended_history +setopt hist_save_no_dups +setopt hist_ignore_space +unsetopt share_history +setopt inc_append_history_time WORDCHARS=${${WORDCHARS//[-.]}//[\/]}