Skip to content

Instantly share code, notes, and snippets.

View Wraiyth's full-sized avatar

Matt Stafford Wraiyth

View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
oh-my-posh --init --shell pwsh --config "G:/My Drive/Dev/ohmyposhv3-2.json" | Invoke-Expression
Import-Module -Name Terminal-Icons
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
$env:PSModulePath = "$($env:PSModulePath);E:\UE55\Engine\Extras\ushell\"
Import-Module powerushell