diff --git a/docs/config/README.md b/docs/config/README.md index 664ec229a..75ffad41a 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -33,6 +33,11 @@ You can change default `starship.toml` file location with `STARSHIP_CONFIG` envi export STARSHIP_CONFIG=~/.starship ``` +Equivalently in PowerShell (Windows) would be adding this line to your `$PROFILE`: +```ps1 +$ENV:STARSHIP_CONFIG = "$HOME\.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.