From 87879c7e0f1d975b67b7dcbd844ef37c92abd046 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 15 Dec 2024 11:13:31 -0400 Subject: [PATCH] Add shell completion --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | 2 -- Documents/PowerShell/completions.ps1 | 4 +++- dot_gitconfig | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index a69635e..6940946 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -12,5 +12,3 @@ if ((Get-Location) -like "*scoop\apps\windows-terminal*") { Set-Location ~ } - -fastfetch diff --git a/Documents/PowerShell/completions.ps1 b/Documents/PowerShell/completions.ps1 index 4eee82d..1ce1e3f 100644 --- a/Documents/PowerShell/completions.ps1 +++ b/Documents/PowerShell/completions.ps1 @@ -9,4 +9,6 @@ Invoke-Expression -Command $(gh completion -s powershell | Out-String) # gsudo Import-Module gsudoModule # zoxide -Invoke-Expression (& { (zoxide init powershell | Out-String) }) \ No newline at end of file +Invoke-Expression (& { (zoxide init powershell | Out-String) }) +# packwiz +packwiz completion powershell | Out-String | Invoke-Expression diff --git a/dot_gitconfig b/dot_gitconfig index d7beb0d..c736ac6 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -9,10 +9,12 @@ [init] defaultBranch = master [core] - autocrlf = false + autocrlf = true [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