Fix history file path
This commit is contained in:
parent
a8780f4bae
commit
53e9ea7d25
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -11,7 +11,7 @@ autoload -U colors && colors
|
|||
# History in cache directory:
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
HISTFILE=~/.cache/zsh/history
|
||||
HISTFILE=~/.zsh_history
|
||||
|
||||
# Basic auto/tab complete:
|
||||
autoload -U compinit
|
||||
|
|
Loading…
Reference in a new issue