Forked from georgechang/Microsoft.PowerShell_profile.ps1
Created
December 10, 2019 18:46
-
-
Save jerkovicl/e5a1976a0a0f6976a5d716a16babdc67 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