From 3d52c7f16fe68fd740a3eb722aac297a02940b0d Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 24 Mar 2026 12:54:52 -0300 Subject: [PATCH] Update dotfiles[0] --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index 77adec4..521f3ae 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -64,7 +64,7 @@ if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi git diff $answer = Read-Host "Commit changes? [y/N]" if ($answer -eq "y" -or $answer -eq "Y") { - chezmoi git -- commit -am "$args[0]" + chezmoi git -- commit -am `$args[0]` $answer = Read-Host "Push changes? [y/N]" if ($answer -eq "y" -or $answer -eq "Y") { chezmoi git push