-
On your Multipass VM, copy the file open-from-win.sh into
/home/ubuntu
-
Open PowerShell and check if you already have a profile
Test-Path $PROFILE
-
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
-
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
-
Notifications
You must be signed in to change notification settings - Fork 0
jeremypgn/multipass-powershell-alias
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published