Last active
February 14, 2025 07:53
-
-
Save thepaulmacca/f578aa684dc5355611e829ab93a407a9 to your computer and use it in GitHub Desktop.
PowerShell Modules
This file contains hidden or 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
# PSReadLine | |
Install-Module -Name PSReadLine -AllowClobber -Force | |
Set-PSReadLineOption -PredictionSource History | |
# Git | |
Import-Module posh-git | |
Add-PoshGitToProfile -AllHosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment