setopt HIST_IGNORE_SPACE ━━━━━━━━━━━━━━━━━━━━━━━━ To ignore commands that start with a space character, use the option in bash or zsh. Date: May 24, 2026 To ignore commands that start with a space character, use the HIST_IGNORE_SPACE option in bash or zsh. ``` setopt HIST_IGNORE_SPACE ```