Updated config
This commit is contained in:
@@ -220,11 +220,6 @@ $ENV:FZF_DEFAULT_OPTS=@"
|
|||||||
--multi
|
--multi
|
||||||
"@
|
"@
|
||||||
|
|
||||||
if (Get-Command -Name direnv -ErrorAction SilentlyContinue)
|
|
||||||
{
|
|
||||||
Invoke-Expression "$(direnv hook pwsh)"
|
|
||||||
}
|
|
||||||
|
|
||||||
if (Get-Command -Name fnm -ErrorAction SilentlyContinue)
|
if (Get-Command -Name fnm -ErrorAction SilentlyContinue)
|
||||||
{
|
{
|
||||||
Invoke-Expression (& { (fnm env --shell power-shell --use-on-cd | Out-String) })
|
Invoke-Expression (& { (fnm env --shell power-shell --use-on-cd | Out-String) })
|
||||||
|
|||||||
Reference in New Issue
Block a user