Open kfronc opened 8 years ago
Same issue here. Is there a work around?
My temporary workaround is to use Set-Alias
and -Prefix
when importing gvm
like so below:
Import-Module posh-gvm -Prefix my
Set-Alias sdk mygvm
sdk
is the new name of gvm
Maybe more permanent solution would be to rename Posh-Gvm
to Posh-Sdkman
?
After installation of Hyper-V virtual machine (bundled with Visual Studio) gvm command has been overriden and I cannot use gvm command. It would be nice to have alternative command (like sdk in original)