Fix zsh history
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
348ece6f11
commit
68e66fd8d1
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ export __GL_SHADER_DISK_CACHE_PATH="/tmp"
|
|||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||
export HISTFILE="${XDG_DATA_HOME}/zsh/history"
|
||||
export HISTCONTROL=ignoreboth
|
||||
export SAVEHIST=1000
|
||||
export HISTSIZE=1000
|
||||
export HISTFILESIZE=2000
|
||||
mkdir -p "${XDG_DATA_HOME}/zsh/zcompdump-${ZSH_VERSION}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue