From 53e9ea7d250a52f41fa501f3a058f728bb414104 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 14 Mar 2022 02:28:40 +0200 Subject: [PATCH] Fix history file path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a240802..6f35127 100644 --- a/.zshrc +++ b/.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