Latest
This commit is contained in:
parent
55476ece75
commit
fe1b06b332
3 changed files with 4 additions and 9 deletions
|
@ -60,3 +60,4 @@
|
|||
"appland.appmap",
|
||||
"teamsdevapp.ms-teams-vscode-extension",
|
||||
"saposs.app-studio-toolkit",
|
||||
"azure-automation.vscode-azureautomation",
|
|
@ -9,7 +9,6 @@
|
|||
"angular.ng-template",
|
||||
"atlassian.atlascode",
|
||||
"attilabuti.vscode-mjml",
|
||||
"azure-automation.vscode-azureautomation",
|
||||
"bbenoist.vagrant",
|
||||
"beauallison.brew-services",
|
||||
"getporter.porter-vscode",
|
||||
|
|
|
@ -32,17 +32,12 @@ oh-my-posh init pwsh --config "$env:HOME/.config/oh-my-posh/Betelgeuse.omp.json"
|
|||
|
||||
### PSFzf settings
|
||||
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
|
||||
$commandOverride = [ScriptBlock]::Create("param(\$Location) Set-Location \$Location")
|
||||
Set-PsFzfOption -AltCCommand $commandOverride
|
||||
Set-PsFzfOption -TabExpansion
|
||||
$env:_PSFZF_FZF_DEFAULT_OPTS = "--ansi --preview 'bat --color=always {}'"
|
||||
Set-PSFzfOption -EnableAlias
|
||||
Set-PSFzfOption -EnableAliasFuzzySetEverything
|
||||
|
||||
### zoxide
|
||||
Invoke-Expression '& {
|
||||
$hook = if ($PSVersionTable.PSVersion.Major -lt 6) { "prompt" } else { "pwd" }
|
||||
(zoxide init --hook $hook powershell | Out-String)
|
||||
}'
|
||||
Invoke-Expression (& { (zoxide init powershell | Out-String) })
|
||||
|
||||
### Aliases
|
||||
Set-Alias grep Select-String
|
||||
|
|
Loading…
Reference in a new issue