Skip to content

Instantly share code, notes, and snippets.

View hexnaught's full-sized avatar
:octocat:
Writing useful commit messages.

Dan hexnaught

:octocat:
Writing useful commit messages.
View GitHub Profile
@hexnaught
hexnaught / Microsoft.PowerShell_profile.ps1
Last active December 15, 2019 18:46
My personal PowerShell profile. As a GIST because I tend to use it on multiple machines and having it somewhere central is just helpful.
# Chocolatey profile
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}
# Dirty Env Vars
#$env:Path = $env:Path + ";..."
# Just some helpful commands/shortcuts