From 7a2ca5d062036cf8b1259fb68b80956882cf6b07 Mon Sep 17 00:00:00 2001 From: James Skemp Date: Sun, 31 Mar 2024 07:25:30 -0500 Subject: [PATCH] Update PowerShell profile with current contents --- src/powershell/profile.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 { <#