Update dotfiles[0]

This commit is contained in:
2026-03-24 12:54:52 -03:00
parent 8e1d1ba145
commit 3d52c7f16f

View File

@@ -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