mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs: highlight powershell in vuepress (#2147)
This commit is contained in:
@@ -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"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user