Created
March 12, 2020 03:51
-
-
Save VladimirReshetnikov/7530480cddaabb58980b7173eaad1096 to your computer and use it in GitHub Desktop.
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
# %UserProfile%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 | |
Add-Type -AssemblyName WindowsBase | |
Add-Type -AssemblyName PresentationCore | |
if (-not [Windows.Input.Keyboard]::IsKeyDown([System.Windows.Input.Key]::LeftCtrl)) | |
{ | |
Import-Module posh-git | |
Import-Module Pscx | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment