docs: highlight powershell in vuepress (#2147)

This commit is contained in:
David Knaack
2021-01-14 21:48:06 +01:00
committed by GitHub
parent 8ad0e9e00c
commit 0faa05628e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ export STARSHIP_CONFIG=~/.starship
Equivalently in PowerShell (Windows) would be adding this line to your `$PROFILE`:
```ps1
```powershell
$ENV:STARSHIP_CONFIG = "$HOME\.starship"
```
@@ -44,7 +44,7 @@ export STARSHIP_CACHE=~/.starship/cache
Equivalently in PowerShell (Windows) would be adding this line to your `$PROFILE`:
```ps1
```powershell
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
```