Add shell completion
This commit is contained in:
parent
8ffeb40405
commit
87879c7e0f
@ -12,5 +12,3 @@
|
|||||||
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
|
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
|
||||||
Set-Location ~
|
Set-Location ~
|
||||||
}
|
}
|
||||||
|
|
||||||
fastfetch
|
|
||||||
|
@ -10,3 +10,5 @@ Invoke-Expression -Command $(gh completion -s powershell | Out-String)
|
|||||||
Import-Module gsudoModule
|
Import-Module gsudoModule
|
||||||
# zoxide
|
# zoxide
|
||||||
Invoke-Expression (& { (zoxide init powershell | Out-String) })
|
Invoke-Expression (& { (zoxide init powershell | Out-String) })
|
||||||
|
# packwiz
|
||||||
|
packwiz completion powershell | Out-String | Invoke-Expression
|
||||||
|
@ -9,10 +9,12 @@
|
|||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[core]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = true
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[credential]
|
[credential]
|
||||||
helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe
|
helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe
|
||||||
[credential "https://git.shoebottom.ca"]
|
[credential "https://git.shoebottom.ca"]
|
||||||
provider = generic
|
provider = generic
|
||||||
|
[credential "helperselector"]
|
||||||
|
selected = manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user