From 1d604fe7d51cb9fd25ac55f7279360561f00856b Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Sun, 26 Jan 2025 21:44:36 +0100 Subject: [PATCH] Set editor in pwsh --- windows/pwsh/Microsoft.PowerShell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) 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)