Add shell completion
This commit is contained in:
@ -12,5 +12,3 @@
|
||||
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
|
||||
Set-Location ~
|
||||
}
|
||||
|
||||
fastfetch
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user