Update gitconfig

This commit is contained in:
2026-03-24 13:07:43 -03:00
parent c6345d6b6c
commit 03a65edf44
2 changed files with 4 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ if (Get-Command chezmoi -ErrorAction SilentlyContinue) {
Function .status { chezmoi git status }
Function .diff { chezmoi git diff }
Function .update { chezmoi update }
Function .folder { Set-Location (chezmoi source-path) }
}