From 711fdc7701ca938dee8cb2822ae8905f796b43da Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 18 Oct 2024 11:52:13 +0200 Subject: [PATCH] Updated config --- Microsoft.PowerShell_profile.ps1 | 5 ----- 1 file changed, 5 deletions(-) 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) })