From 739fd217f64495a6c165c240d55491383ef1c0f4 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 24 Mar 2026 13:00:36 -0300 Subject: [PATCH] Update dotfiles --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index fefbe93..dd9f66c 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -43,7 +43,6 @@ if (Get-Command chezmoi -ErrorAction SilentlyContinue) { return } chezmoi add "$($args[0])" - chezmoi add . chezmoi git status $answer = Read-Host "Commit changes? [y/N]" if ($answer -eq "y" -or $answer -eq "Y") {