update aliases to better match macOS.

This commit is contained in:
jowj 2018-05-03 11:02:05 -05:00
parent f45135eac1
commit 32f1d37172

View File

@ -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)) {