Add shell completion

This commit is contained in:
Isaac Shoebottom 2024-12-15 11:13:31 -04:00
parent 8ffeb40405
commit 87879c7e0f
3 changed files with 6 additions and 4 deletions

View File

@ -12,5 +12,3 @@
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
Set-Location ~
}
fastfetch

View File

@ -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) })
Invoke-Expression (& { (zoxide init powershell | Out-String) })
# packwiz
packwiz completion powershell | Out-String | Invoke-Expression

View File

@ -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