diff --git a/dot_zshrc b/dot_zshrc index 566b885..ac6a721 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -24,7 +24,8 @@ HISTIGNORE="?:??:??:bash:zsh:clear:exit" PROMPT_COMMAND="history -a; history -n" - +# Use interactive Comments, so typing "#" in the prompt will be considered a comment +setopt interactivecomments # Use modern completion system autoload -Uz compinit