Nate Peterson

Results 12 comments of Nate Peterson

For anyone interested, here's how I'm setup on Windows to call `exa` in WSL from PowerShell more easily. In your PowerShell profile (ie: `%UserProfile%\Documents\Microsoft.PowerShell_profile.ps1`): ``` function Invoke-Exa { & bash.exe...