summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 1ea2da7..9d9ed49 100644
--- a/.zshrc
+++ b/.zshrc
@@ -93,6 +93,9 @@ setopt EXTENDED_HISTORY
# write line to history file when finished, not when started, to have correct runtime
setopt INC_APPEND_HISTORY_TIME
+# Recognize comments on the command line
+setopt INTERACTIVE_COMMENTS
+
# Error on a redirections which would overwrite an existing file
setopt NO_CLOBBER
setopt CORRECT