Skip to content

Instantly share code, notes, and snippets.

@MattHodge
Last active November 8, 2015 13:04
Show Gist options
  • Save MattHodge/d8ac66620dbe98717ea2 to your computer and use it in GitHub Desktop.
Save MattHodge/d8ac66620dbe98717ea2 to your computer and use it in GitHub Desktop.
01_Blog_Win10_Development_PC_PSProfile.ps1
# Create a symlink to the profile in your shared drive
cmd /c mklink $PROFILE D:\DataHodge\Dropbox\PSProfile\Microsoft.PowerShell_profile.ps1
# Load the profile into the current session
. $PROFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment