diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-12-29 18:32:31 +0100 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-12-29 18:32:31 +0100 |
| commit | 688a636a43e70da5337c8dd671d4269621fae80b (patch) | |
| tree | 31f0fdadde28711b585fe90d04046e76f52388ef /.zshrc | |
| parent | 3374dcf525dc4577de7d6044c8ed386f8acf85bb (diff) | |
nvim
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 |
