dots2/windows/pwsh/Microsoft.PowerShell_profile.ps1
2025-01-26 21:44:36 +01:00

5 lines
133 B
PowerShell

# TODO: Fix path
$DotFilesPath = "$HOME\Documents\dots2\windows"
$ENV:EDITOR = "nvim"
Invoke-Expression (&starship init powershell)