From bafd6edca7d70b9b6fdebff2b5d4fe965c62b643 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sat, 10 Jun 2023 00:56:25 +0000 Subject: [PATCH] Latest --- home/dot_config/powershell/profile.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dot_config/powershell/profile.ps1 b/home/dot_config/powershell/profile.ps1 index fc3b6233..f73093f2 100644 --- a/home/dot_config/powershell/profile.ps1 +++ b/home/dot_config/powershell/profile.ps1 @@ -22,6 +22,7 @@ Set-PSReadLineOption -PredictionSource History ### Fzf # Note: This was not working under PowerShell via VSCode on macOS +# The specified module 'PSFzf' was not loaded because no valid module file was found in any module directory. # Import-Module PSFzf # Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'