Skip to content

Instantly share code, notes, and snippets.

@Molter
Last active April 29, 2022 02:45
Show Gist options
  • Save Molter/1d64d7465084f64345690eb4b34e3264 to your computer and use it in GitHub Desktop.
Save Molter/1d64d7465084f64345690eb4b34e3264 to your computer and use it in GitHub Desktop.
Powershell profile
if ($host.Name -eq 'ConsoleHost')
{
Import-Module -Name Terminal-Icons
#Invoke-WebRequest -Uri https://gist.githubusercontent.com/Molter/107328f90968f2634b0a2f2c8dff3ea9/raw/87d6e24bfec03c81cc90ae6605c9d73d63cfaffa/molter.omp.json -OutFile $env:POSH_THEMES_PATH\molter.omp.json
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\molter.omp.json" | Invoke-Expression
}
New-Alias which get-command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment