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