aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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