~mlb/dotfiles

28a034c8c53a41f5bbf9ce79bf8a0893fc3c64d2 — Matias Larre Borges 1 year, 9 months ago 6af4b50
Enable interactive comments

As per: https://news.ycombinator.com/item?id=31405848
1 files changed, 3 insertions(+), 0 deletions(-)

M zsh/config.zsh
M zsh/config.zsh => zsh/config.zsh +3 -0
@@ 43,6 43,9 @@ setopt HIST_IGNORE_SPACE
setopt HIST_VERIFY
setopt HIST_EXPIRE_DUPS_FIRST

# Allow the use of comments inline
setopt interactivecomments

zle -N up-line-or-beginning-search
zle -N down-line-or-beginning-search