diff options
author | Julian T <julian@jtle.dk> | 2021-09-01 18:23:06 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-09-01 18:23:06 +0200 |
commit | 16f5e91a1b7c53960c577bd7e1afee716c01cb5e (patch) | |
tree | cfb9c9517e2400039c313160c2298da519b09029 /zsh | |
parent | 2aba5ea0a97b02681078dc8816cbb3c800a480ac (diff) |
Zsh allow comments
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 # |