aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-04-20 17:17:20 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-04-20 17:17:20 +0200
commit62e549be111a9ae93fb32bab6e879d850174aa2c (patch)
tree31538c282b9dab2bf16311c2532539ca20c1a2ec /zsh/.zshrc
parentc49662724cb3977ccf241109b4aebeb5b93b0eb7 (diff)
downloaddotfiles-62e549be111a9ae93fb32bab6e879d850174aa2c.tar.xz
zshrc: Turn on comments in interactive shell
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index f6b8c2c..9e1e677 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -19,6 +19,7 @@ colors
shellopts=(PROMPT_SUBST
completealiases
auto_cd
+ interactivecomments
)
setopt $shellopts