Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 419 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 419 Bytes

powershell-wsl-alias

wsl command alias for PowerShell

Install

PS C:\powershell-wsl-alias> .\install.ps1

Usage

PS C:\> touch foo.txt
PS C:\> vi foo.txt

Notice

The module is alias, not bash. Pipeline work in powershell.

Expected

naminodarie@PC:~$ yes | head
y
y
y
y
y
y
y
y
y
y
naminodarie@PC:~$

Actual

PS C:\> yes | head
^C
PS C:\>