From a911fd58464a660e202b3ba1ad2ec6edcd86d20b Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 20:30:34 +0200 Subject: [PATCH] zshrc.sh - HISTFILE --- templates/zshrc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 470f664..3a0c11a 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -32,6 +32,10 @@ plugins=(command-not-found common-aliases debian dirhistory git history history- export PATH=$HOME/bin:/usr/local/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" +export HISTFILESIZE= +export HISTSIZE= +export HISTFILE=~/.history + source $ZSH/oh-my-zsh.sh if [ -f ~/.config/zsh-config/templates/bash_aliases.sh ]; then -- 2.0.0