From 014b8d6a5580d972611f4e9ee32cac9e8a9e15d7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 13 Mar 2015 11:08:23 +0300 Subject: [PATCH] .zshrc: Change history file location Also remove lame comment by zsh setup assistant. Signed-off-by: Alan Orth --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 063cf0f..91c5065 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,4 @@ -# Lines configured by zsh-newuser-install -HISTFILE=~/.histfile +HISTFILE=~/.zsh_history HISTSIZE=1000 SAVEHIST=1000 setopt append_history # append