Created
February 21, 2020 19:21
-
-
Save gkinsman/5df5a092e2dfa9e2f143a31a3bd5b088 to your computer and use it in GitHub Desktop.
rider from command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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