docs: Document the STARSHIP_CONFIG env variable (#807)
This commit is contained in:
parent
2eeaa05bfb
commit
45e6b3e052
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue