Created
October 4, 2022 11:59
-
-
Save sannae/908376d74ec8e515d6b255092dcf26a7 to your computer and use it in GitHub Desktop.
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
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