aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-12-29 18:32:31 +0100
committerMichal Hanus <mikehanus@protonmail.com>2025-12-29 18:32:31 +0100
commit688a636a43e70da5337c8dd671d4269621fae80b (patch)
tree31f0fdadde28711b585fe90d04046e76f52388ef /.zshrc
parent3374dcf525dc4577de7d6044c8ed386f8acf85bb (diff)
nvim
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
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