Spaceship-prompt: how to list all environment variables of spaceship prompt

Created on 15 Jan 2019  Â·  1Comment  Â·  Source: denysdovhan/spaceship-prompt

➜ 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?

question

Most helpful comment

use set | grep SPACESHIP

>All comments

use set | grep SPACESHIP

Was this page helpful?
0 / 5 - 0 ratings

Related issues

olets picture olets  Â·  3Comments

janjur picture janjur  Â·  3Comments

gabrielpedepera picture gabrielpedepera  Â·  3Comments

tbekaert picture tbekaert  Â·  3Comments

ChadTaljaardt picture ChadTaljaardt  Â·  4Comments