1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-16 07:12:21 +00:00

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

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.