You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This history count was being ignored, and the default in
PSReadline was 1024 instead of 4096 that PowerShell defaults
to.
The fix is to up the default, and safely set MaximumHistoryCount
in PSReadline based on the variable when initializing the first
time PSReadlne is called.
Fixes#135
0 commit comments