➜ echo $SPACESHIP_PROMPT_DEFAULT_PREFIX
via
➜ env | grep "SPACESHIP"
SPACESHIP_VERSION=3.9.1
SPACESHIP_ROOT=/home/holly/.oh-my-zsh/custom/themes/spaceship-prompt
Why there is not variable SPACESHIP_PROMPT_DEFAULT_PREFIX at the second command?
use set | grep SPACESHIP
Most helpful comment
use
set | grep SPACESHIP