Update zsh history stuff
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user