Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 929 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 929 Bytes

WLSinterop

PowerShell profile for minimizing environment switch

Installation

Create a folder named WindowsPowerShell in your Documents folder. Then copy this file inside that folder with the name being Microsoft.PowerShell_profile.ps1.

Usage

After opening a new PowerShell window, all of your Linux commands will be available directly from powershell, without the need of using bash -c "".

Right now command autocomplete doesn't works, but windows paths will be parsed so you can autocomplete paths.

In administrator privileged command set-executionpolicy remotesigned

(optional) Set root as default user

ubuntu1804.exe config --default-user root

Demo

Using dir, then ls

Demo