From e15f349dce7f32e1f8d5643cd98b669b0db0a5eb Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 21 Jan 2020 00:14:28 +0000 Subject: [PATCH] zshrc: Unset HISTFILE --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 2eff117..f0f0aaf 100644 --- a/zshrc +++ b/zshrc @@ -203,3 +203,4 @@ function ixio() { } unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init +unset HISTFILE