Skip to content

MegaMattMiller/powershellHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell Helpers

Add this code block to the top of your PowerShell profile. This is assuming you clone this repo to your GitHub folder. Please adjust your path as necessary.

$hostsTextEditor = 'vim.exe'
$GithubPath = [Environment]::GetFolderPath("MyDocuments") + "\Github\"
 . ($GithubPath + "\powershellHelpers\powershellHelpers.ps1")

These helpers assume you have VSCode installed as well as Vim. Feel free to change the editors where needed.

About

Neat helpers to put in your PowerShell profile.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published