We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85595cd commit c3cd360Copy full SHA for c3cd360
PSReadLine/Cmdlets.cs
@@ -139,7 +139,7 @@ public PSConsoleReadlineOptions(string hostName)
139
HistorySearchCaseSensitive = DefaultHistorySearchCaseSensitive;
140
HistorySaveStyle = DefaultHistorySaveStyle;
141
HistorySavePath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
142
- + @"\PSReadline\" + hostName + "_history.txt";
+ + @"\Microsoft\Windows\PowerShell\PSReadline\" + hostName + "_history.txt";
143
CommandValidationHandler = null;
144
CommandsToValidateScriptBlockArguments = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
145
{
0 commit comments