From fd1234b5eb975d3aec7c3f3f2861cff474592230 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 11 Aug 2014 14:22:26 +0200 Subject: [PATCH] [zsh] Sharing history is boring --- .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 16da585..232c23f 100644 --- a/.zsh/00_basic.zsh +++ b/.zsh/00_basic.zsh @@ -13,7 +13,7 @@ PROMPT_COMMAND='history -a' setopt append_history autocd extendedglob nomatch setopt hist_ignore_dups # ignore duplication command history list setopt hist_ignore_space # ignore line starting by a space -setopt share_history # share command history data +#setopt share_history # share command history data #Doing this, only past commands beginning with the current input would've been shown. bindkey "^[[A" history-search-backward