From 4129115c6ed617896626155879b4d5e29a827095 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Mon, 8 Nov 2021 22:50:52 +0400 Subject: [PATCH] update psreadline --- shell/setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/setup.ps1 b/shell/setup.ps1 index 77dc2c4..319b631 100644 --- a/shell/setup.ps1 +++ b/shell/setup.ps1 @@ -1,6 +1,6 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted Install-Module -Name Terminal-Icons -Repository PSGallery -Install-Module PSReadLine -AllowPrerelease -Force -RequiredVersion 2.2.0-beta1 +Install-Module PSReadLine -AllowPrerelease -Force -RequiredVersion 2.2.0-beta4 mkdir -p (Split-Path -Path $PROFILE) Copy-Item ./shell/powershell_profile.ps1 $PROFILE mkdir -p ~/.config/ohmyposh