Skip to content

Instantly share code, notes, and snippets.

@nareshwar
Last active January 31, 2021 19:36
Show Gist options
  • Save nareshwar/55d30545fcc74c95dc70c004052e681a to your computer and use it in GitHub Desktop.
Save nareshwar/55d30545fcc74c95dc70c004052e681a to your computer and use it in GitHub Desktop.
$CurrentPsVersion = $PSVersionTable.PSVersion.Major + $PSVersionTable.PSVersion.Minor
if ($CurrentPsVersion -gt 51) {
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Paradox
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment