summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-09-01 18:23:06 +0200
committerJulian T <julian@jtle.dk>2021-09-01 18:23:06 +0200
commit16f5e91a1b7c53960c577bd7e1afee716c01cb5e (patch)
treecfb9c9517e2400039c313160c2298da519b09029 /zsh/.zshrc
parent2aba5ea0a97b02681078dc8816cbb3c800a480ac (diff)
Zsh allow comments
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6c7ad0a..c251635 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -22,6 +22,8 @@ setopt INC_APPEND_HISTORY
setopt EXTENDED_HISTORY
setopt HIST_FIND_NO_DUPS
unsetopt beep
+
+setopt interactivecomments
# End of lines configured by zsh-newuser-install
#