diff --git a/docs/config/README.md b/docs/config/README.md index 265077c2..5f438763 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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.