Skip to content

Instantly share code, notes, and snippets.

@andli
Last active December 8, 2021 13:12
Show Gist options
  • Save andli/12d6172d620cc51e97937d4ee67fbf48 to your computer and use it in GitHub Desktop.
Save andli/12d6172d620cc51e97937d4ee67fbf48 to your computer and use it in GitHub Desktop.
Microsoft.PowerShell_profile.ps1
Import-Module -Name Terminal-Icons
Import-Module oh-my-posh
oh-my-posh --init --shell pwsh --config ~/ohmyposhv3-anehs.json | Invoke-Expression
# Aliases
Function touch ([string]$filename) {
$null > $filename
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment