Fix the zsh history file path
This commit is contained in:
parent
3509bbfa2d
commit
ef9d25957b
1 changed files with 1 additions and 1 deletions
2
.zshenv
2
.zshenv
|
@ -2,7 +2,7 @@
|
|||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
|
||||
# History
|
||||
export HISTFILE_DIR="$HOME/.local/share/zsh/.zsh_history"
|
||||
export HISTFILE_DIR="$HOME/.local/share/zsh"
|
||||
export HISTFILE="$HISTFILE_DIR/.zsh_history"
|
||||
export HISTSIZE=5000
|
||||
export SAVEHIST=100000
|
||||
|
|
Loading…
Reference in a new issue