From 32f1d37172be9634b8a5b42c847731b4ddffdbfe Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 3 May 2018 11:02:05 -0500 Subject: [PATCH] update aliases to better match macOS. --- .powershellCore.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.powershellCore.ps1 b/.powershellCore.ps1 index dee0827..9ab92e3 100644 --- a/.powershellCore.ps1 +++ b/.powershellCore.ps1 @@ -285,6 +285,9 @@ set-alias clerr Clear-Error #C:\Users\me\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 remove-alias "ls" +set-alias lsl Get-ChildItem +set-alias emacsclient emacsclientw.exe + # Chocolatey profile $ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" if (Test-Path($ChocolateyProfile)) {