diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
