Skip to content

jeremypgn/multipass-powershell-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Create a Powershell alias to open a Multipass VM in the current directory

  1. On your Multipass VM, copy the file open-from-win.sh into /home/ubuntu

  2. Open PowerShell and check if you already have a profile

    Test-Path $PROFILE
  3. If this command returns False, it means you don't have a PowerShell profile. You can create it by running the following command:

    New-Item -Path $PROFILE -ItemType File -Force
  4. Open the profile file and copy the contents of the Microsoft.PowerShell_profile.ps1 file into it: You can open it by running the following command:

    notepad.exe $PROFILE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published