From b7c56b2c97148a009a264dfce9f6abe07cfb3218 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 9 Mar 2014 01:33:02 +0800 Subject: [PATCH] setopt append_history in zsh. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ff402d3..d265409 100644 --- a/.zshrc +++ b/.zshrc @@ -69,6 +69,7 @@ export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$ export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" export SAVEHIST=2000 # +setopt append_history setopt hist_ignore_all_dups setopt menu_complete setopt prompt_subst