zsh screenshot setup
last updated: Apr 01, 2026
For taking a screenshot with zsh, I launch it with:
env -i TERM=$TERM TERMINFO=$TERMINFO HOME=$HOME PS1="$ " PATH=$PATH zsh -f
- use the same
$HOME,$PATH,$TERMand$TERMINFO - use a very simple
PS1 - launch without loading the config file