This commit is contained in:
Brian Zalewski 2023-07-13 03:22:30 +00:00
parent 55476ece75
commit fe1b06b332
3 changed files with 4 additions and 9 deletions

View file

@ -60,3 +60,4 @@
"appland.appmap", "appland.appmap",
"teamsdevapp.ms-teams-vscode-extension", "teamsdevapp.ms-teams-vscode-extension",
"saposs.app-studio-toolkit", "saposs.app-studio-toolkit",
"azure-automation.vscode-azureautomation",

View file

@ -9,7 +9,6 @@
"angular.ng-template", "angular.ng-template",
"atlassian.atlascode", "atlassian.atlascode",
"attilabuti.vscode-mjml", "attilabuti.vscode-mjml",
"azure-automation.vscode-azureautomation",
"bbenoist.vagrant", "bbenoist.vagrant",
"beauallison.brew-services", "beauallison.brew-services",
"getporter.porter-vscode", "getporter.porter-vscode",

View file

@ -32,17 +32,12 @@ oh-my-posh init pwsh --config "$env:HOME/.config/oh-my-posh/Betelgeuse.omp.json"
### PSFzf settings ### PSFzf settings
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r' Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
$commandOverride = [ScriptBlock]::Create("param(\$Location) Set-Location \$Location")
Set-PsFzfOption -AltCCommand $commandOverride
Set-PsFzfOption -TabExpansion Set-PsFzfOption -TabExpansion
$env:_PSFZF_FZF_DEFAULT_OPTS = "--ansi --preview 'bat --color=always {}'" $env:_PSFZF_FZF_DEFAULT_OPTS = "--ansi --preview 'bat --color=always {}'"
Set-PSFzfOption -EnableAlias Set-PSFzfOption -EnableAliasFuzzySetEverything
### zoxide ### zoxide
Invoke-Expression '& { Invoke-Expression (& { (zoxide init powershell | Out-String) })
$hook = if ($PSVersionTable.PSVersion.Major -lt 6) { "prompt" } else { "pwd" }
(zoxide init --hook $hook powershell | Out-String)
}'
### Aliases ### Aliases
Set-Alias grep Select-String Set-Alias grep Select-String