Last active
December 8, 2021 13:12
-
-
Save andli/12d6172d620cc51e97937d4ee67fbf48 to your computer and use it in GitHub Desktop.
Microsoft.PowerShell_profile.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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