Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active January 28, 2017 14:42
Show Gist options
  • Select an option

  • Save gregjhogan/864a051be700beee1f64bfab20e2be4c to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/864a051be700beee1f64bfab20e2be4c to your computer and use it in GitHub Desktop.
Change location of PS history file
Add-Content $Profile @"
Set-PSReadlineOption -HistorySavePath "$env:USERPROFILE\OneDrive\AppData\PSReadLine\ConsoleHost_history.txt"
"@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment