Created
November 28, 2019 01:35
-
-
Save georgechang/63db7643328d58dd337fdbb2b1b9a689 to your computer and use it in GitHub Desktop.
Current PowerShell Profile
This file contains 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 cd-extras | |
Import-Module posh-git | |
Import-Module oh-my-posh | |
Import-Module PowerTab -ErrorAction SilentlyContinue | |
Import-Module PSColor | |
Set-Theme paradox | |
$global:PSColor.File.Executable.Color = 'Blue' | |
# setting the default user removes the 'user@machine' designation at the beginning of the prompt | |
$DefaultUser = 'George' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment