Update README.md

Pretty sure windows instructions wrok now
This commit is contained in:
theflyingfool 2024-06-10 16:31:16 -05:00
parent c116e25cc2
commit 155ee65ebd

View File

@ -47,4 +47,5 @@ if (!(Test-Path -Path $PROFILE)) {
. $PROFILE . $PROFILE
dot checkout dot checkout
dot config --local status.showUntrackedFiles no dot config --local status.showUntrackedFiles no
"`n. `"$HOME/windows/Microsoft.PowerShell_profile.ps1`"" | Out-File -Append $PROFILE
``` ```