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)