From 45e6b3e05284444e3237448515cfe599461b4c96 Mon Sep 17 00:00:00 2001 From: Justas Kazakauskas Date: Sat, 4 Jan 2020 21:20:07 +0200 Subject: [PATCH] docs: Document the STARSHIP_CONFIG env variable (#807) --- docs/config/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.