From 472ac3cd51d4fbebf60724db481b03a2ea5a2365 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 27 Dec 2022 21:28:21 -0500 Subject: [PATCH] Allowing for comments on the command line --- dot_config/zsh/configs/options.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/zsh/configs/options.zsh b/dot_config/zsh/configs/options.zsh index 7758aa2..c1abf65 100644 --- a/dot_config/zsh/configs/options.zsh +++ b/dot_config/zsh/configs/options.zsh @@ -29,3 +29,5 @@ setopt no_hup # Allow backgrounding # Allow for suggesting corrections on mistyped commands/files setopt CORRECT setopt CORRECT_ALL + +setopt interactive_comments # Allow for point comments (ie # Not a command to run)