Allow interactive comments in zsh

This commit is contained in:
Lockszmith (@Kateryna) 2025-03-20 00:18:46 -04:00
parent d0a678a902
commit b1b6352aeb
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ if [[ "${BASE_SHELL}" == "zsh" ]]; then
setopt nolisttypes
setopt listpacked
setopt automenu
setopt interactivecomments # allow # comments in command-line
setopt vi
[[ -n "${DBG}" ]] && echo "ZSH preped"