From 03a65edf44b87ec315aa691f84f838bdd9f955dd Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 24 Mar 2026 13:07:43 -0300 Subject: [PATCH] Update gitconfig --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | 1 + dot_gitconfig | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index dd9f66c..b964c90 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -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) } } diff --git a/dot_gitconfig b/dot_gitconfig index c736ac6..cbc4c7c 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -1,20 +1,17 @@ [filter "lfs"] process = git-lfs filter-process - required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f + required = true [user] name = Isaac Shoebottom email = ir.shoebottom@gmail.com [init] defaultBranch = master [core] - autocrlf = true + autocrlf = false + editor = micro [pull] rebase = true [credential] helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe -[credential "https://git.shoebottom.ca"] - provider = generic -[credential "helperselector"] - selected = manager