Skip to content

Instantly share code, notes, and snippets.

@TonyDecvA180XN
Created April 12, 2023 12:09
Show Gist options
  • Select an option

  • Save TonyDecvA180XN/bde5c0fea6a97fb741c4b1b4214066c0 to your computer and use it in GitHub Desktop.

Select an option

Save TonyDecvA180XN/bde5c0fea6a97fb741c4b1b4214066c0 to your computer and use it in GitHub Desktop.
Import-Module PSReadline
Import-Module posh-git
Import-Module Terminal-Icons
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/tokyo.omp.json" | Invoke-Expression
$env:VIRTUAL_ENV_DISABLE_PROMPT = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment