Enable interactive comments on zsh

This commit is contained in:
Andreas Tsouchlos 2024-08-25 15:44:41 +02:00
parent bb2311dd43
commit ef74b0e660

View File

@ -5,6 +5,7 @@ SAVEHIST=5000
setopt hist_ignore_all_dups setopt hist_ignore_all_dups
setopt extendedglob setopt extendedglob
unsetopt beep unsetopt beep
setopt interactivecomments
bindkey -v bindkey -v
# End of lines configured by zsh-newuser-install # End of lines configured by zsh-newuser-install
# The following lines were added by compinstall # The following lines were added by compinstall