Skip to content

Instantly share code, notes, and snippets.

@gcusso
gcusso / Microsoft.PowerShell_profile.ps1
Last active December 26, 2020 17:39
Windows Terminal settings
# https://www.hanselman.com/blog/how-to-make-a-pretty-prompt-in-windows-terminal-with-powerline-nerd-fonts-cascadia-code-wsl-and-ohmyposh
$DefaultUser = "gcuss"
Import-Module posh-git
Import-Module oh-my-posh
Import-Module ZLocation
Set-Theme Paradox
if ($host.Name -eq 'ConsoleHost')
{