Skip to content

Instantly share code, notes, and snippets.

@gkinsman
Created February 21, 2020 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkinsman/5df5a092e2dfa9e2f143a31a3bd5b088 to your computer and use it in GitHub Desktop.
Save gkinsman/5df5a092e2dfa9e2f143a31a3bd5b088 to your computer and use it in GitHub Desktop.
rider from command line
function Start-Rider([string] $sln) {
& "C:\Users\george.kinsman\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\JetBrains Toolbox\Rider.lnk" $sln
}
Set-Alias -Name rider -Value Start-Rider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment