From 794e014be23071df36cfb926f93daff2b7c9849d Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sat, 5 Jun 2021 11:30:15 +0800 Subject: [PATCH] [bugfix] add note for fzf/psfzf compatible problem --- win/setup/oh-my-posh.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/setup/oh-my-posh.ps1 b/win/setup/oh-my-posh.ps1 index a76e6d2..e4d24cb 100644 --- a/win/setup/oh-my-posh.ps1 +++ b/win/setup/oh-my-posh.ps1 @@ -1,6 +1,6 @@ # curl: https://curl.se/windows/ # ag: https://github.com/k-takata/the_silver_searcher-win32/releases -# fzf: https://github.com/junegunn/fzf/releases/latest +# fzf: https://github.com/junegunn/fzf/releases/latest (2.7.2 not working with psfzf) $PSDefaultParameterValues = @{ "*:Proxy"="http://localhost:8123" } #Install-Module -Name PowerShellGet -Force -AllowPrerelease Register-PSRepository -Default -InstallationPolicy Trusted