Created
August 31, 2025 05:48
-
-
Save Pikachuxxxx/9ceb6755104a635aba4c2c24e1276051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-PSReadlineOption -HistorySavePath "$env:USERPROFILE\Documents\PowerShell_history.txt" | |
Set-PSReadlineOption -MaximumHistoryCount 10000 | |
Set-PSReadlineOption -HistoryNoDuplicates | |
Set-PSReadLineOption -PredictionSource History | |
oh-my-posh init pwsh --config https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/slim.omp.json | Invoke-Expression |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install-Module -Name PSColor -Scope CurrentUser
Install-Module PSReadLine -Force