Skip to content

Commit

Permalink
update aliases to better match macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jowj committed May 3, 2018
1 parent f45135e commit 32f1d37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .powershellCore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 32f1d37

Please sign in to comment.