From 32c9c0e1e6907dd02a1f30178acb5eb070c9cf76 Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 18 Apr 2024 08:57:25 +0200 Subject: [PATCH] set $MaximumHistoryCount to max --- profile.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile.ps1 b/profile.ps1 index 7af0474..3478f01 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -1,3 +1,5 @@ +$MaximumHistoryCount = 32767 + #region keybindings if (Get-Module PSReadLine) { Set-PSReadlineKeyHandler -Key Tab -Function Complete