update aliases to better match macOS.

pull/1/head
jowj 6 years ago
parent f45135eac1
commit 32f1d37172

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

Loading…
Cancel
Save