Skip to content

Instantly share code, notes, and snippets.

@SystemJargon
Created November 6, 2023 08:25
Show Gist options
  • Select an option

  • Save SystemJargon/b2c668f8416099780ceb02a5b93610e7 to your computer and use it in GitHub Desktop.

Select an option

Save SystemJargon/b2c668f8416099780ceb02a5b93610e7 to your computer and use it in GitHub Desktop.
Simple Strap your Powershell profile via OneDrive
# profile-load
$PROFILE = "$env:onedrive\Custom.PowerShell_profile.ps1"
& $profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment