diff --git a/src/powershell/profile.md b/src/powershell/profile.md index 08603c7..deb5f05 100644 --- a/src/powershell/profile.md +++ b/src/powershell/profile.md @@ -7,11 +7,12 @@ ## My Windows PowerShell Profile ```bash -Import-Module posh-git -Import-Module oh-my-posh Import-Module Terminal-Icons +Import-Module PSReadLine -Set-PoshPrompt ~/OneDrive/Apps/oh-my-posh/aritraroy.omp.json +Set-PSReadLineOption -PredictionSource History + +oh-my-posh init pwsh --config ~/OneDrive/Apps/oh-my-posh/aritraroy.omp.json | Invoke-Expression function Set-Title { <#