interactive comments in zshrc

This commit is contained in:
sebastian
2025-06-09 10:36:53 +02:00
parent 4ee09b005f
commit c4ce57e078

View File

@@ -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