docs: Document the STARSHIP_CONFIG env variable (#807)

This commit is contained in:
Justas Kazakauskas 2020-01-04 21:20:07 +02:00 committed by Matan Kushner
parent 2eeaa05bfb
commit 45e6b3e052
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ symbol = "➜" # The "symbol" segment is being set to "➜"
disabled = true
```
You can change default `starship.toml` file location with `STARSHIP_CONFIG` environment variable:
```shell
export STARSHIP_CONFIG=~/.starship
```
### Terminology
**Module**: A component in the prompt giving information based on contextual information from your OS. For example, the "nodejs" module shows the version of NodeJS that is currently installed on your computer, if your current directory is a NodeJS project.