enable starship in powershell
This commit is contained in:
@@ -18,6 +18,11 @@ Import-Module -Name Microsoft.WinGet.CommandNotFound
|
||||
```
|
||||
|
||||
# Starship
|
||||
Enable `Starship` in `$PROFILE`
|
||||
```powershell
|
||||
Invoke-Expression (&starship init powershell)
|
||||
```
|
||||
|
||||
Create symbolic link `$HOME\.config\starship.toml` point to `$HOME\.TerminalPolyjuice\starship\starship.toml`
|
||||
|
||||
```powershell
|
||||
|
Reference in New Issue
Block a user