diff --git a/Microsoft.PowerShell_profile.ps1 b/Microsoft.PowerShell_profile.ps1 index 5bec887..08e6715 100644 --- a/Microsoft.PowerShell_profile.ps1 +++ b/Microsoft.PowerShell_profile.ps1 @@ -220,11 +220,6 @@ $ENV:FZF_DEFAULT_OPTS=@" --multi "@ -if (Get-Command -Name direnv -ErrorAction SilentlyContinue) -{ - Invoke-Expression "$(direnv hook pwsh)" -} - if (Get-Command -Name fnm -ErrorAction SilentlyContinue) { Invoke-Expression (& { (fnm env --shell power-shell --use-on-cd | Out-String) })