diff --git a/docs/config/README.md b/docs/config/README.md index 8afc5b5b..e9bd3e6c 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -24,19 +24,19 @@ disabled = true You can change default configuration file location with `STARSHIP_CONFIG` environment variable: ```sh -export STARSHIP_CONFIG=~/.starship/config.toml +export STARSHIP_CONFIG=~/example/non/default/path/starship.toml ``` Equivalently in PowerShell (Windows) would be adding this line to your `$PROFILE`: ```powershell -$ENV:STARSHIP_CONFIG = "$HOME\.starship\config.toml" +$ENV:STARSHIP_CONFIG = "$HOME\example\non\default\path\starship.toml" ``` Or for Cmd (Windows) would be adding this line to your `starship.lua`: ```lua -os.setenv('STARSHIP_CONFIG', 'C:\\Users\\user\\.starship\\config.toml') +os.setenv('STARSHIP_CONFIG', 'C:\\Users\\user\\example\\non\\default\\path\\starship.toml') ``` ### Logging