1 Commits

Author SHA1 Message Date
7c98b592bc Remove (potentially broken) histfile migration 2026-03-13 09:56:01 +00:00

5
zshenv
View File

@@ -15,11 +15,6 @@ HISTFILE=${XDG_STATE_HOME:-$HOME/.local/state}/zsh/histfile
HISTSIZE=20000 HISTSIZE=20000
SAVEHIST=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 # Remove vi mode switch delay
KEYTIMEOUT=1 KEYTIMEOUT=1