Skip to content

Instantly share code, notes, and snippets.

@sannae
Created October 4, 2022 11:59
Show Gist options
  • Save sannae/908376d74ec8e515d6b255092dcf26a7 to your computer and use it in GitHub Desktop.
Save sannae/908376d74ec8e515d6b255092dcf26a7 to your computer and use it in GitHub Desktop.
Set-Location C:\
$global:desktop = $( Get-item '~\desktop' ).FullName
Set-PSReadLineOption -Colors @{ "string"="cyan" }
Import-Module oh-my-posh
Import-Module Terminal-Icons
Set-PoshPrompt -Theme space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment