Set editor in pwsh

This commit is contained in:
Luka Jankovic 2025-01-26 21:44:36 +01:00
parent 43840d4354
commit 1d604fe7d5

View file

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