mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
7 lines
241 B
PowerShell
7 lines
241 B
PowerShell
# $DOTFILES/tools\powershell\Prompt.ps1
|
|
# Date: 2024-12-01
|
|
# Author: js0ny
|
|
# Use starship to set prompt
|
|
$ENV:STARSHIP_CONFIG = Join-Path $DOTFILES "tools" "starship" "starship_pwsh.toml"
|
|
|
|
Invoke-Expression (&starship init powershell)
|