Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerkovicl/e5a1976a0a0f6976a5d716a16babdc67 to your computer and use it in GitHub Desktop.
Save jerkovicl/e5a1976a0a0f6976a5d716a16babdc67 to your computer and use it in GitHub Desktop.
Current PowerShell Profile
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