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") {