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