Update PowerShell profile with current contents

This commit is contained in:
James Skemp 2024-03-31 07:25:30 -05:00
parent d903e08249
commit 7a2ca5d062
1 changed files with 4 additions and 3 deletions

View File

@ -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 {
<#