Files
dotfiles/Windows/Microsoft.PowerShell_profile.ps1
2022-11-09 21:40:24 +01:00

4 lines
146 B
PowerShell

$ENV:STARSHIP_CONFIG = "$home\.config\starship.toml"
$ENV:STARSHIP_DISTRO = "$env:username"
Invoke-Expression (&starship init powershell)