diff --git a/windows/pwsh/Microsoft.PowerShell_profile.ps1 b/windows/pwsh/Microsoft.PowerShell_profile.ps1 index fb593fa..6e8e54e 100644 --- a/windows/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/windows/pwsh/Microsoft.PowerShell_profile.ps1 @@ -1,4 +1,5 @@ # TODO: Fix path $DotFilesPath = "$HOME\Documents\dots2\windows" +$ENV:EDITOR = "nvim" Invoke-Expression (&starship init powershell)