Remove (potentially broken) histfile migration
This commit is contained in:
5
zshenv
5
zshenv
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user