Fix history file path

This commit is contained in:
Anas Elgarhy 2022-03-14 02:28:40 +02:00
parent a8780f4bae
commit 53e9ea7d25
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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