summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-11-21 16:18:05 +0100
committerUrbain Vaes <urbain@vaes.uk>2020-11-21 16:18:05 +0100
commitd4d8fdbc3996880e12920e1fdf500e91569c724e (patch)
tree53bb98ec0722726598ac30a25f0990ad5fc6d475 /zsh
parent168b4de6767ca023fd888d8c39b14ecbd79fda22 (diff)
Minor changes
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 103a568..49c886d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -39,6 +39,7 @@ setopt extended_history
setopt hist_ignore_space
setopt inc_append_history
setopt no_share_history
+setopt interactivecomments
# Completion
autoload -Uz compinit && compinit