From b4662a2a9ace1534d87945bbb475d7ed2e237627 Mon Sep 17 00:00:00 2001
From: "Lance R. Vick" <lance@distrust.co>
Date: Sat, 14 Dec 2024 08:47:31 -0800
Subject: [PATCH] enable zsh history

---
 zsh/.zshrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3b5531a..6147f9c 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -10,6 +10,7 @@ DISABLE_AUTO_UPDATE="true"
 COMPLETION_WAITING_DOTS="true"
 LC_CTYPE="en_US.UTF-8"
 LC_ALL="en_US.UTF-8"
+HISTFILE=~/.zsh_history
 source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
 
 # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.