From 688a636a43e70da5337c8dd671d4269621fae80b Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 29 Dec 2025 18:32:31 +0100 Subject: nvim --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 49938ea..9b6df26 100644 --- a/.zshrc +++ b/.zshrc @@ -15,6 +15,7 @@ HISTFILE=~/.cache/zsh/history setopt appendhistory setopt sharehistory setopt hist_ignore_space +setopt INTERACTIVE_COMMENTS # Basic auto/tab complete: autoload -U compinit @@ -82,6 +83,6 @@ source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/nul # fpath=(~/.local/zsh-completions/src $fpath) # Make zsh autocomplete with up arrow -source /home/mh/.local/zsh/zsh-history-substring-search/zsh-history-substring-search.zsh +source ~/.local/zsh/zsh-history-substring-search/zsh-history-substring-search.zsh bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down -- cgit v1.2.3