Update zsh history stuff

This commit is contained in:
2025-04-25 17:11:57 -03:00
parent b214a4541b
commit 396627f4cb

View File

@ -27,6 +27,9 @@ bindkey "^[[3~" delete-char
# Zsh XDG history
export HISTFILE="$XDG_STATE_HOME"/zsh/history
export HISTSIZE=10000
export SAVEHIST=10000
setopt INC_APPEND_HISTORY_TIME
# Helpful tool: https://zsh-prompt-generator.site/
# On github: https://github.com/k-yokoishi/zsh-prompt-generator