Remove (potentially broken) histfile migration

This commit is contained in:
2026-03-13 09:56:01 +00:00
parent 1f5b1d841b
commit 7c98b592bc

5
zshenv
View File

@@ -15,11 +15,6 @@ HISTFILE=${XDG_STATE_HOME:-$HOME/.local/state}/zsh/histfile
HISTSIZE=20000
SAVEHIST=20000
# Migrate histfile from cache to state directory
! [ -f $HISTFILE ] && [ -f $HOME/.cache/zsh/histfile ] && \
mv $HOME/.cache/zsh/histfile \
${XDG_STATE_HOME:-$HOME/.local/state}/zsh/histfile
# Remove vi mode switch delay
KEYTIMEOUT=1