From cf986d509d638116640dbd2620ab0e1fbbef7714 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 16 Jan 2020 12:32:53 +0100 Subject: [PATCH] [zsh] make sure that HISTFILE is exported --- .zsh/00_basic.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/00_basic.zsh b/.zsh/00_basic.zsh index 91a3644..c0c8905 100644 --- a/.zsh/00_basic.zsh +++ b/.zsh/00_basic.zsh @@ -1,7 +1,7 @@ #man zshzle #man zshcontrib # Lines configured by zsh-newuser-install -HISTFILE=~/.histfile +export HISTFILE=~/.histfile HISTSIZE=100000 SAVEHIST=100000 export HISTTIMEFORMAT="%h/%d - %H:%M:%S "